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

Releases: testdouble/jasmine-rails

0.5.2

06 Jan 16:58
Compare
Choose a tag to compare
  • Adds rails generate jasmine_rails:install to simplify initial setup -- by @wireframe in #94

0.5.1

06 Dec 17:28
Compare
Choose a tag to compare
  • Make the tmp directory configurable (#92)

0.5.0

25 Nov 01:09
Compare
Choose a tag to compare
  • Adds support for saving HTML fixtures. See: #90

0.4.9

08 Nov 12:13
Compare
Choose a tag to compare
  • Fixes Windows command line #87

Fixes

31 Oct 19:27
Compare
Choose a tag to compare

Internal project clean up:

  • Remove lockfiles from the individual testbeds, which weren't adding a ton of value but were encoding the version of jasmine-rails, which is fluid
  • Enforce Ruby 1.9.3 for the project in the Gemfile on account of the fact that Rails 3.1 can't handle Ruby 2
  • #85 - travis script now uses a ./run-tests.sh script that can easily be run by anyone looking at the project (before it was surprisingly painful to just pull down jasmine-rails and run its tests)