Contributing

I value any contribution to minitest-bonus-assertions you can provide: a bug report, a feature request, or code contributions.

As minitest-bonus-assertions is a mature codebase, there are a few guidelines:

Test Dependencies

minitest-bonus-assertions uses Ryan Davis’s Hoe to manage the release process, and it adds a number of rake tasks. You will mostly be interested in:

$ rake

which runs the tests the same way that:

$ rake test
$ rake travis

will do.

To assist with the installation of the development dependencies for minitest-bonus-assertions, I have provided the simplest possible Gemfile pointing to the (generated) minitest-bonus-assertions.gemspec file. This will permit you to do:

$ bundle install

to get the development dependencies. If you aleady have hoe installed, you can accomplish the same thing with:

$ rake newb

This task will install any missing dependencies, run the tests/specs, and generate the RDoc.

Workflow

Here's the most direct way to get your work merged into the project:

Contributors