- [ENHANCEMENT] Add support for RSpec 3.3
- [BUGFIX] Fix the
to_not
alias in cases where the condition is not met
- [ENHANCEMENT] Add support for RSpec 3.2
- [FEATURE] Make RSpec::Wait's timeout and delay values configurable
- [FEATURE] Add the wait(3.seconds).for { something }.to(happen) syntax sugar
- [ENHANCEMENT] Add support for RSpec 3.1
- [ENHANCEMENT] Allow
wait_for
to accept either a value or block target - [BUGFIX] Ensure blocks are re-evaluated with each iteration
- Initial release!