David Chelimsky

random thoughtlessness

rspec-2.0.1 is released!

| Comments

This is primarily a bug-fix release for rspec-core:

rspec-core-2.0.1

full changelog

  • Bug fixes
    • restore color when using spork + autotest
    • Pending examples without docstrings render the correct message (Josep M. Bach)
    • Fixed bug where a failure in a spec file ending in anything but _spec.rb would fail in a confusing way.
    • Support backtrace lines from erb templates in html formatter (Alex Crichton)

rspec-expectations-2.0.1

full changelog

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

rspec-mocks-2.0.1

full changelog

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

Comments