gems rspec-mocks 2.99.0.beta2

latest releases: 3.13.2, 3.13.1, 3.13.0...
11 years ago

2.99.0.beta2 / 2014-02-17

full changelog

Deprecations:

  • Deprecate RSpec::Mocks::Mock in favor of RSpec::Mocks::Double.
    (Myron Marston)
  • Deprecate the host argument of RSpec::Mocks.setup. Instead
    RSpec::Mocks::ExampleMethods should be included directly in the scope where
    RSpec's mocking capabilities are used. (Sam Phippen)
  • Deprecate using any of rspec-mocks' features outside the per-test
    lifecycle (e.g. from a before(:all) hook). (Myron Marston)
  • Deprecate re-using a test double in another example. (Myron Marston)
  • Deprecate and_return { value } and and_return without arguments. (Yuji Nakayama)

Don't miss a new rspec-mocks release

NewReleases is sending notifications on new releases.