Commit graph

6 commits

Author SHA1 Message Date
taca
ebeebcef98 Update ruby-rspec-rails to 2.10.1.
### 2.10.1 / 2012-05-03
[full changelog](http://github.com/rspec/rspec-rails/compare/v2.10.0...v2.10.1)

Bug fixes

* fix regression introduced in 2.10.0 that broke integration with Devise
  (https://github.com/rspec/rspec-rails/issues/534)

### 2.10.0 / 2012-05-03
[full changelog](http://github.com/rspec/rspec-rails/compare/v2.9.0...v2.10.0)

Bug fixes

* `render_views` called in a spec can now override the config setting. (martinsvalin)
* Fix `render_views` for anonymous controllers on 1.8.7. (hudge, mudge)
* Eliminate use of deprecated `process_view_paths`
* Fix false negatives when using `route_to` matcher with `should_not`
* `controller` is no longer nil in `config.before` hooks
* Change `request.path_parameters` keys to symbols to match real Rails
  environment (Nathan Broadbent)
* Silence deprecation warnings in pre-2.9 generated view specs (Jonathan del
  Strother)
2012-06-02 00:48:42 +00:00
taca
53106dc086 Update ruby-rspec-rails to 2.9.0.
Remove restriction for version of Ruby on Rails.

### 2.9.0 / 2012-03-17
[full changelog](http://github.com/rspec/rspec-rails/compare/v2.8.1...v2.9.0)

Enhancments
* add description method to RouteToMatcher (John Wulff)
* Run "db:test:clone_structure" instead of "db:test:prepare" if Active Record's
  schema format is ":sql". (Andrey Voronkov)

Bug fixes
* mock_model(XXX).as_null_object.unknown_method returns self again
* Generated view specs use different IDs for each attribute.
2012-03-20 13:42:34 +00:00
taca
b3f70b76c3 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
2012-03-17 15:08:56 +00:00
taca
88bff0ae04 Update ruby-rspec-rails package to 2.7.0.
Exact changes are unknown.
2011-12-16 15:58:44 +00:00
taca
d75dd019a0 Switch to use RUBY_RAILS_SUPPORTED and allow 31 here. 2011-12-13 15:55:20 +00:00
taca
811f720534 Importing rspec-rails version 2.6.1, it is for Ruby on Rails 3.
# rspec-rails-2

rspec-2 for rails-3 with lightweight extensions to each

NOTE: rspec-2 does _not_ support rails-2. Use rspec-rails-1.3.x for rails-2.

## Documentation

* [Cucumber features](http://relishapp.com/rspec/rspec-rails/v/2-0)
* [RDoc](http://rubydoc.info/gems/rspec-rails/2.0.1/frames)
2011-06-18 04:03:39 +00:00