Sha256: 29a209d517d64cc8264f794e83010f8bc9565a10c4d077d67d11b61d5ff74435

Contents?: true

Size: 1.84 KB

Versions: 1

Compression:

Stored size: 1.84 KB

Contents

* 0.1.14
- Introduced concept of Terminal and NonTerminal TimesCalledMatchers
- Doubles that can be called many times can be replaced
- Terminal Scenarios are called before NonTerminal Scenarios
- Error message tweaking
- Raise error when making a Scenarios with NonDeterministic TimesMatcher Ordered

* 0.1.13
- Fixed [#12290] Scenario#returns with false causes a return value of nil

* 0.1.12
- Fixed bug where Creators methods are not removed when methods are defined on Object
- Fixed [#12289] Creators methods are not removed in Rails environment

* 0.1.11
- Fixed [#12287] AtLeastMatcher does not cause Scenario to be called

* 0.1.10
- Fixed [#12286] AnyArgumentExpectation#expected_arguments not implemented

* 0.1.9
- Added DoubleMethods#any_times
- Added Scenario#any_number_of_times

* 0.1.8
- TimesCalledError Message Formatted to be on multiple lines
- ScenarioNotFoundError Message includes all Scenarios for the Double
- ScenarioOrderError shows list of remaining ordered scenarios

* 0.1.7
- Fixed [#12194] Double#reset_doubles are not clearing Ordered Scenarios bug
- Added Space#reset
- Space#reset_doubles and Space#reset_ordered_scenarios is now protected
- Added Scenario#at_least
- Added Scenario#at_most

* 0.1.6
- [#12120] probe allows a the return value to be intercepted

* 0.1.5
- TimesCalledExpectation says how many times were called and how many times called were expected on error

* 0.1.4
- TimesCalledError prints the backtrace to where the Scenario was defined when being verified
- Error message includes method name when Scenario is not found

* 0.1.3
- Fixed issue where Double#placeholder_name issues when Double method name has a ! or ?

* 0.1.2
- Scenario#returns also accepts an argument
- Implemented Scenario#yields

* 0.1.1
- Trim the backtrace for Rspec and Test::Unit
- Rspec and Test::Unit integration fixes

* 0.1.0
- Initial Release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rr-0.1.14 CHANGES