Skip to content
nesquena edited this page Nov 6, 2011 · 1 revision

Follow these steps to run the full RABL test suite which has unit tests and integration tests for Sinatra, Padrino, Rails 2 and Rails 3:

rvm --create 1.9.2@testrabl
gem install bundler --pre
bundle install
rake test:setup
rake test:full

All of the tests should return green which means backwards compatibility has been maintained.