TODO: Write a gem description
Add this line to your application's Gemfile:
gem 'runcible'
And then execute:
$ bundle
Or install it yourself as:
$ gem install runcible
TODO: Write usage instructions here
To run all tests using recorded data, run: rake test:integration mode=recorded
To run all tests to record data: rake test:integration mode=live
To run a single test using recorded data, run: rake test:integration mode=recorded test=/path/to/test.rb
To run with oauth, simply append the following to any commend: auth_type=oauth
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request