2012-03-17 16:08:56 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-rspec-rails package to 2.8.1.
2.8.1 / 2012-01-04
full changelog
NOTE: there was a change in rails-3.2.0.rc2 which broke compatibility
with stub_model in rspec-rails. This release fixes that issue, but it
means that you'll have to upgrade to rspec-rails-2.8.1 when you upgrade
to rails >= 3.2.0.rc2.
* Bug fixes
- Explicitly stub valid? in stubmodel. Fixes stubmodel for rails
versions >= 3.2.0.rc2.
2.8.0 / 2012-01-04
full changelog
* Enhancements
- Eliminate deprecation warnings in generated view specs in Rails 3.2
- Ensure namespaced helpers are included automatically (Evgeniy Dolzhenko)
- Added cuke scenario documenting which routes are generated for
anonymous controllers (Alan Shields) 2.8.0.rc2 / 2011-12-19
full changelog
* Enhancements
- Add session hash to generated controller specs (Thiago Almeida)
- Eliminate deprecation warnings about InstanceMethods modules in Rails 3.2
* Bug fixes
- Stub attribute accessor after respond_to? call on mocked model (Igor Afonov)
2.8.0.rc1 / 2011-11-06
full changelog
* Enhancements
- Removed unnecessary "config.mockwith :rspec" from spechelper.rb
(Paul Annesley)
* Changes
- No API changes for rspec-rails in this release, but some internals
changed to align with rspec-core-2.8
* rspec-core
* rspec-expectations
* rspec-mocks
|
2011-12-16 16:58:44 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-rspec-rails package to 2.7.0.
Exact changes are unknown.
|
2011-12-13 16:55:20 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Switch to use RUBY_RAILS_SUPPORTED and allow 31 here.
|
2011-06-18 06:03:39 by Takahiro Kambe | Files touched by this commit (4) | |
Log message:
Importing rspec-rails version 2.6.1, it is for Ruby on Rails 3.
|