diff options
author | taca <taca@pkgsrc.org> | 2013-01-14 06:12:41 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-01-14 06:12:41 +0000 |
commit | 08a162463cbeb0682292ea461d64c9dae2858ea5 (patch) | |
tree | a2b03981812bebb2a4517ee4fd2f5656f7ced9e9 /devel | |
parent | 071f5115a414ae39237137371107726f03d00d73 (diff) | |
download | pkgsrc-08a162463cbeb0682292ea461d64c9dae2858ea5.tar.gz |
Update ruby-rspec-rails to 2.12.2.
### 2.12.2 / 2013-01-12
[full changelog](http://github.com/rspec/rspec-rails/compare/v2.12.1...v2.12.2)
Bug fixes
* Reverts earlier fix where anonymous controllers defined the `_routes` method
to support testing of redirection and generation of URLs from other contexts.
The implementation ended up breaking the ability to refer to non-anonymous
routes in the context of the controller under test.
### 2.12.1 / 2013-01-07
[full changelog](http://github.com/rspec/rspec-rails/compare/v2.12.0...master)
Bug fixes
* Operates correctly when ActiveRecord is only partially loaded (e.g., with
older versions of Mongoid). (Eric Marden)
* `expect(subject).to have(...).errors_on` operates correctly for
ActiveResource models where `valid?` does not accept an argument. (Yi Wen)
* Rails 4 support for routing specs. (Andy Lindeman)
* Rails 4 support for `ActiveRecord::Relation` and the `=~` operator matcher.
(Andy Lindeman)
* Anonymous controllers define `_routes` to support testing of redirection
and generation of URLs from other contexts. (Andy Lindeman)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-rspec-rails/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-rspec-rails/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/ruby-rspec-rails/Makefile b/devel/ruby-rspec-rails/Makefile index 201725c5e41..f4d4a2788cf 100644 --- a/devel/ruby-rspec-rails/Makefile +++ b/devel/ruby-rspec-rails/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2013/01/12 09:17:48 taca Exp $ +# $NetBSD: Makefile,v 1.10 2013/01/14 06:12:41 taca Exp $ -DISTNAME= rspec-rails-2.12.1 +DISTNAME= rspec-rails-2.12.2 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby-rspec-rails/distinfo b/devel/ruby-rspec-rails/distinfo index 7635406ec06..a6d160a6779 100644 --- a/devel/ruby-rspec-rails/distinfo +++ b/devel/ruby-rspec-rails/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2013/01/12 09:17:48 taca Exp $ +$NetBSD: distinfo,v 1.9 2013/01/14 06:12:41 taca Exp $ -SHA1 (rspec-rails-2.12.1.gem) = 411259714d852dc2152dec721f899b7b22b93d7d -RMD160 (rspec-rails-2.12.1.gem) = f7e04966eadadd879ca448da7343333aa31d8073 -Size (rspec-rails-2.12.1.gem) = 67584 bytes +SHA1 (rspec-rails-2.12.2.gem) = 5e801cea401f73149416292677f66069b6c3defb +RMD160 (rspec-rails-2.12.2.gem) = e4a831dec084781449a7ea06e6c5dc1db0237936 +Size (rspec-rails-2.12.2.gem) = 67072 bytes |