Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1017 Bytes

History.markdown

File metadata and controls

33 lines (21 loc) · 1017 Bytes

rspec-mocks release history (incomplete)

2.0.1 / 2010-10-18

full changelog

  • Enhancements
    • Make dependencies on other rspec gems consistent across gems

2.0.0 / 2010-10-10

full changelog

2.0.0.rc / 2010-10-05

full changelog

  • Enhancements

    • support passing a block to an expecttation block (Nicolas Braem)
      • obj.should_receive(:msg) {|&block| ... }
  • Bug fixes

    • Fix YAML serialization of stub (Myron Marston)
    • Fix rdoc rake task (Hans de Graaff)

2.0.0.beta.22 / 2010-09-12

full changelog

  • Bug fixes
    • fixed regression that broke obj.stub_chain(:a, :b => :c)
    • fixed regression that broke obj.stub_chain(:a, :b) { :c }
    • respond_to? always returns true when using as_null_object