incomplete/catechism/README.md
Catechism is a very small test framework for Ruby.
Add this line to your application's Gemfile:
gem 'catechism'
And then execute:
$ bundle
Or install it yourself as:
$ gem install catechism
Create a trials directory in the root of your project.
Create files in any path underneath it ending in _trial.rb. Examples can be found in trials/lib/catechism.
Then, run your test suite:
$ catechism
git checkout -b my-new-feature)git commit -am 'Add some feature')git push origin my-new-feature)