Skip to content

1.0.5

Closed Apr 10, 2013 100% complete

Here are the changes I'm expecting to include in this release:

  • Compatibility with RSpec 2. Use RSpec.configure {|c| c.include(RR::Adapters::RSpec2) } to get the new goodness. (#66, #68, #80) [james2m]
  • Raise a MiniTest::Assertion error in the MiniTest adapter so that mock failures appear in the output as failures rather than uncaught exceptions
    (#69) [jay…

Here are the changes I'm expecting to include in this release:

  • Compatibility with RSpec 2. Use RSpec.configure {|c| c.include(RR::Adapters::RSpec2) } to get the new goodness. (#66, #68, #80) [james2m]
  • Raise a MiniTest::Assertion error in the MiniTest adapter so that mock failures appear in the output as failures rather than uncaught exceptions
    (#69) [jayferd]
  • Add examples to the README for MiniTest and MiniSpec (#72) [wynst]
  • Fix MethodMissingInjection so that [stub].flatten works without throwing a NoMethodError (undefined method #to_ary) error under Ruby 1.9 (#44)
  • Remove #new_instance_of for real (#53) and delete mention from README (#50)
  • Fix tests so they all work and pass again
  • Fix gemspec so that it does not include files that do not exist

This milestone is closed.

No open issues remain. View closed issues or see open milestones in this repository.