Skip to content

Files

Latest commit

author
Davis W. Frank
Jan 26, 2011
8970e58 · Jan 26, 2011

History

History
11 lines (9 loc) · 540 Bytes

HOW_TO_TEST.markdown

File metadata and controls

11 lines (9 loc) · 540 Bytes

At the moment we don't have an automated way to test the Jasmine Gem in both configurations: Rails 2 / RSpec 1.x & Rails 3 / RSpec 2. CI will handle a broad matrix, but you need to ensure that your changes work across Rails 2&3.

So here are the manual steps:

  • Edit jasmine.gemspec and uncomment the lines for Rails 2, comment out the lines for Rails 3
  • Delete Gemfile.lock
  • exec a bundle install
  • rake until specs are green
  • Repeat with the Rails 3 development gems
  • Repeat again with the Rails 2 development gems
  • Check in