Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 417 Bytes

HOW_TO_TEST.markdown

File metadata and controls

10 lines (9 loc) · 417 Bytes

To test changes to the jasmine-gem:

  • You need to have the jasmine project checked out in ../jasmine
  • Export RAILS_VERSION as either "pojs" (Plain Old JavaScript -- IE, no rails bindings), or "rails3" to test environments other than Rails 4.
  • Delete Gemfile.lock
  • Clear out your current gemset
  • exec a bundle install
  • rake until specs are green
  • Repeat
  • Check in