Skip to content

Releases: bittrance/rx-rspec

emit_first matcher now catches value differences

14 Nov 21:59
Compare
Choose a tag to compare

emit_first matcher in versions previous to 0.3.1 (it was introduced in 0.2.0) would effectively only compare number of emitted items to expectation, not their actual value. This is now rectified.

Presentation improvements

07 Nov 23:20
Compare
Choose a tag to compare
  • emit_exactly presents diff
  • unexpectedly emitted errors now include tracebacks

emit_first matcher

16 Jan 04:32
Compare
Choose a tag to compare

emit_first matcher will match against the first element(s) an observable emits.

emit_include matcher

04 Jan 00:45
Compare
Choose a tag to compare

emit_include matcher will stay subscribed to an observable until it has fulfilled a set of matches.

emit_exactly matcher

04 Jan 00:43
Compare
Choose a tag to compare

Initial project release. Now supports matching the exact sequence emitted by an observable.