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

Releases: testdouble/jasmine-rails

v0.13.0

30 Aug 00:06
Compare
Choose a tag to compare
  • Adds file globbing for spec directories #197

v0.12.4

07 Apr 21:13
Compare
Choose a tag to compare
  • Fixes Rails 5 #185 / #189 (a ton of deprecation warnings remain however #187)

v0.12.3

17 Feb 02:46
Compare
Choose a tag to compare
  • Fixes PhantomJS 2.1.1 #183

v0.12.2

10 Nov 16:16
Compare
Choose a tag to compare
  • Fixed a JRuby issue with exit codes #176

v0.12.1

27 Sep 13:53
Compare
Choose a tag to compare
  • Fixes the exit code and combined commands for the newly forking rake task #174

0.12.0

19 Sep 21:21
Compare
Choose a tag to compare
  • #173 - Finally, finally, finally, it looks like #121 is fixed. If RAILS_ENV is not set to test, the rake spec:javascript task will instead invoke itself by setting RAILS_ENV=test via a system call
  • #172 - For multi-config projects, JASMINE_CONFIG can be used to define fro the command line an alternate jasmine.yml configuration

v0.11.0

10 Aug 18:57
Compare
Choose a tag to compare
  • Adds configurable PhantomJS options in #166
  • Fixes whitespace in generator yaml #167

v0.10.8

11 Apr 13:57
Compare
Choose a tag to compare
  • Fixes #158
  • Formally drop Rails 3.1 support (which, as it turns out, wasn't quite working anyway; hence the patch bump)

v0.10.7

09 Feb 17:37
Compare
Choose a tag to compare
  • Preemptively locks down the phantomjs gem dependency to ward off #158

v0.10.6

09 Jan 14:56
Compare
Choose a tag to compare
  • @edds implemented #154 an option to disable the phantomjs gem from being downloaded (useful if you know it's already on your PATH and you want to avoid either the download's size or the fact that it is fetched insecurely).