File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 0.5.1
4+
5+ * Sprinkles two instance variables to the custom transaction manager that cribs
6+ its implementation from ActiveRecord::TestFixtures (see f75f280)
7+ [ #88 ] ( https://github.com/testdouble/cypress-rails/issues/88 )
8+ [ #89 ] ( https://github.com/testdouble/cypress-rails/pull/89 )
9+
310## 0.5.0
411
512* Add hook ` after_server_start `
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- cypress-rails (0.5.0 )
4+ cypress-rails (0.5.1 )
55 puma (>= 3.8.0 )
66 railties (>= 5.2.0 )
77
Original file line number Diff line number Diff line change 11PATH
22 remote: ..
33 specs:
4- cypress-rails (0.5.0 )
4+ cypress-rails (0.5.1 )
55 puma (>= 3.8.0 )
66 railties (>= 5.2.0 )
77
Original file line number Diff line number Diff line change 11module CypressRails
2- VERSION = "0.5.0 "
2+ VERSION = "0.5.1 "
33end
You can’t perform that action at this time.
0 commit comments