# processing-ruby [![CircleCI](https://circleci.com/gh/finix-payments/processing-ruby.svg?style=svg&circle-token=326db95733638463152e926a1016ec0383e554d2)](https://circleci.com/gh/finix-payments/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 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