BlueRidge is a Javascript testing plugin for applications written in Ruby in Rails. The plugin gives it’s user – Ruby on Rails developer a support for command-line and in-browser tests just like Rspec does, allowing for convenient testing of Javascript parts of Ruby in Rails web applications.

BlueRidge ships with tools like Rhino, Screw.Unit, Smoke, and env.js which allow to use features like Stubbing, mocking, running specs as a part of default Rake task, setting up fixtures needed for test scenarios and using nested describe functions in a Ruby on rails application test scheme.

BlueRidge, may be a nice addition to your Cucumber and Webrat/Capybara tests in a Ruby on Rails application, since as we all well know, testing Javascript is always problematic, no matter which solution you choose, as a Ruby on Rails developer.