processing-ruby
Getting Started
Add this line to your application's Gemfile:
gem 'finix'
Then execute:
$ bundle
Or install it yourself as:
$ gem install finix
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Write your code and unit tests
- Ensure all tests still pass (
bundle exec rspec
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new pull request
Tests
To run all tests:
$ bundle exec rspec
To run a specific test:
$ bundle exec rspec ./spec/finix/resources/application_spec.rb