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.10.5

09 Jan 14:57
Compare
Choose a tag to compare
  • Merges #151 which reverts #150, which was unfortunately erroneous

v0.10.4

11 Dec 21:40
Compare
Choose a tag to compare
  • Fixes spec count when skipping some specs (#150)

v0.10.3

04 Dec 19:54
Compare
Choose a tag to compare
  • 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

21 Aug 20:53
Compare
Choose a tag to compare
  • Disable turbolinks from spec runner #138

v0.10.1

21 Aug 20:51
Compare
Choose a tag to compare
  • Nil guard for sources #143

v0.10.0

04 Aug 22:25
Compare
Choose a tag to compare
  • add support for assets in external directories #139

v0.9.1

02 Jul 01:45
Compare
Choose a tag to compare
  • Fixes Function.prototype.bind polyfill for new versions of phantomjs - #137

v0.9.0

12 May 23:42
Compare
Choose a tag to compare
  • Allow custom reporters (for reports like JUnit) #127

v0.8.1

10 May 09:41
Compare
Choose a tag to compare
  • Depend on railties instead of rails - #119

v0.8.0

10 May 09:32
Compare
Choose a tag to compare
  • Adds support for custom ruby helper module definitions - #125