processing-ruby

CircleCI

Getting Started

Add this line to your application's Gemfile:

gem 'finix'

Then execute:

$ bundle

Or install it yourself as:

$ gem install finix

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Write your code and unit tests
  4. Ensure all tests still pass (bundle exec rspec)
  5. Commit your changes (git commit -am 'Add some feature')
  6. Push to the branch (git push origin my-new-feature)
  7. 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