Files | Admin

Notes:

Release Name: RSpec 0.6.3

Notes:

This release fixes some minor bugs related to RSpec on Rails
Note that if you upgrade a rails app with this version of the rspec_on_rails plugin
you should remove your lib/tasks/rspec.rake if it exists.




Changes: * Backtraces from drb (and other standard ruby libraries) are now stripped from backtraces. * Applied [#5557] Put rspec.rake into the task directory of the RSpec on Rails plugin (Patch from Daniel Siemssen) * Applied [#5556] rails_spec_runner loads environment.rb twice (Patch from Daniel Siemssen)