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

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 "rails4" to test environments other than Rails 5.
  • Delete Gemfile.lock
  • Clear out your current gemset
  • exec a bundle install
  • rake until specs are green
  • Repeat
  • Check in