A set of Thor tasks, we use at Bitaculous.
-
Add Thorify to your Gemfile:
gem 'bitaculous-thorify', github: 'bitaculous/thorify'
-
Run
bundleto install all dependencies with Bundler
Run specs with RSpec
Run rspec.
or via Guard:
$ guard -g spec
Run COVERAGE=true rspec.
Run RuboCop
Run rubocop.
To run all specs and RuboCop altogether, run rake.
Github Issues are used for managing bug reports and feature requests. If you run into issues, please search the issues and submit new problems here.
Thorify is released under the MIT License (MIT), see LICENSE.