Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Latest commit

 

History

History
9 lines (8 loc) · 287 Bytes

HOW_TO_TEST.markdown

File metadata and controls

9 lines (8 loc) · 287 Bytes

To test changes to the jasmine-gem:

  • Export RAILS_VERSION as either "pojs-rspec1", "pojs-rspec2", or "rails2" to test environments other than Rails 3.
  • Delete Gemfile.lock
  • Clear out your current gemset
  • exec a bundle install
  • rake until specs are green
  • Repeat
  • Check in