Releases: testdouble/jasmine-rails
Releases · testdouble/jasmine-rails
v0.13.0
- Adds file globbing for spec directories #197
v0.12.4
- Fixes Rails 5 #185 / #189 (a ton of deprecation warnings remain however #187)
v0.12.3
- Fixes PhantomJS 2.1.1 #183
v0.12.2
- Fixed a JRuby issue with exit codes #176
v0.12.1
- Fixes the exit code and combined commands for the newly forking rake task #174
0.12.0
- #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
- Adds configurable PhantomJS options in #166
- Fixes whitespace in generator yaml #167
v0.10.8
- 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
- Preemptively locks down the phantomjs gem dependency to ward off #158
v0.10.6
- @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).