Rocha


Rocha is an rspec reporter for mocha javascript test framework. It is useful in projects that run javascript tests in ruby environments (using capybara for example) like konacha.

Installation

Add this line to your application's Gemfile:

gem 'rocha'

Usage

Most of the time you will instantiate a Rocha::Reporter with an array of formatters. Rocha comes with a simple Rocha::Formatter bnut you can use most rspec formatters.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request