Releases: testdouble/jasmine-rails
Releases · testdouble/jasmine-rails
v0.10.5
- Merges #151 which reverts #150, which was unfortunately erroneous
v0.10.4
- Fixes spec count when skipping some specs (#150)
v0.10.3
- Adds #149, which will add the
defer
HTML property to each JavaScript tag, working around the issue raised by @jcoglan in #109.
v0.10.2
- Disable turbolinks from spec runner #138
v0.10.1
- Nil guard for sources #143
v0.10.0
- add support for assets in external directories #139
v0.9.1
- Fixes Function.prototype.bind polyfill for new versions of phantomjs - #137
v0.9.0
- Allow custom reporters (for reports like JUnit) #127
v0.8.1
- Depend on railties instead of rails - #119
v0.8.0
- Adds support for custom ruby helper module definitions - #125