- Fix Ruby 2.7 warnings. (@palkan)
-
Ruby 2.4+ is required.
-
Fix Rails 6 compatibility. (@palkan)
-
Make compatible with Rails 6. (@palkan)
That allows using RSpec part of the gem with Rails 6 (since Action Cable testing will included only in the upcoming RSpec 4).
-
Backport Rails 6.0 API changes. (@palkan, @sponomarev)
Some APIs have been deprecated (to be removed in 1.0).
-
Add stream assert methods and matchers. (@sponomarev)
See #42
-
Add session support for connection. (@sponomarev)
See #35
- Update minitest's
assert_broadcast_on
andassert_broadcasts
matchers to support a record as an argument. (@thesmartnik)
See #11
- Update
have_broadcasted_to
matcher to support a record as an argument. (@thesmartnik)
See #9
- Add RSpec shared contexts to switch between adapters. (@palkan)
See #4.
- Support Rails 5.0.0.1. (@palkan)
- Initial version. (@palkan)