summaryrefslogtreecommitdiff
path: root/devel/ruby-rspec-rails
diff options
context:
space:
mode:
authortaca <taca>2013-01-12 09:17:48 +0000
committertaca <taca>2013-01-12 09:17:48 +0000
commit7c0e25fcd68dafbe719e6409f1b964920b14a0e1 (patch)
tree10ad5cee8effce20e8fe23e63096d1446d471c65 /devel/ruby-rspec-rails
parent21f137da7195ef8c1f09edad26fa1bb8bebd69c7 (diff)
downloadpkgsrc-7c0e25fcd68dafbe719e6409f1b964920b14a0e1.tar.gz
Update ruby-rspec-rails to 2.12.1.
### 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/ruby-rspec-rails')
-rw-r--r--devel/ruby-rspec-rails/Makefile4
-rw-r--r--devel/ruby-rspec-rails/PLIST4
-rw-r--r--devel/ruby-rspec-rails/distinfo8
3 files changed, 9 insertions, 7 deletions
diff --git a/devel/ruby-rspec-rails/Makefile b/devel/ruby-rspec-rails/Makefile
index a5e9476df62..201725c5e41 100644
--- a/devel/ruby-rspec-rails/Makefile
+++ b/devel/ruby-rspec-rails/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2012/12/16 16:46:14 taca Exp $
+# $NetBSD: Makefile,v 1.9 2013/01/12 09:17:48 taca Exp $
-DISTNAME= rspec-rails-2.12.0
+DISTNAME= rspec-rails-2.12.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/devel/ruby-rspec-rails/PLIST b/devel/ruby-rspec-rails/PLIST
index dbafa69b586..54639d2ef0c 100644
--- a/devel/ruby-rspec-rails/PLIST
+++ b/devel/ruby-rspec-rails/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2012/12/16 16:46:14 taca Exp $
+@comment $NetBSD: PLIST,v 1.8 2013/01/12 09:17:48 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.document
${GEM_LIBDIR}/.yardopts
@@ -117,6 +117,7 @@ ${GEM_LIBDIR}/spec/generators/rspec/observer/observer_generator_spec.rb
${GEM_LIBDIR}/spec/generators/rspec/scaffold/scaffold_generator_spec.rb
${GEM_LIBDIR}/spec/generators/rspec/view/view_generator_spec.rb
${GEM_LIBDIR}/spec/rspec/rails/assertion_adapter_spec.rb
+${GEM_LIBDIR}/spec/rspec/rails/assertion_delegator_spec.rb
${GEM_LIBDIR}/spec/rspec/rails/configuration_spec.rb
${GEM_LIBDIR}/spec/rspec/rails/deprecations_spec.rb
${GEM_LIBDIR}/spec/rspec/rails/example/controller_example_group_spec.rb
@@ -128,6 +129,7 @@ ${GEM_LIBDIR}/spec/rspec/rails/example/request_example_group_spec.rb
${GEM_LIBDIR}/spec/rspec/rails/example/routing_example_group_spec.rb
${GEM_LIBDIR}/spec/rspec/rails/example/view_example_group_spec.rb
${GEM_LIBDIR}/spec/rspec/rails/extensions/active_model/errors_on_spec.rb
+${GEM_LIBDIR}/spec/rspec/rails/extensions/active_record/base_spec.rb
${GEM_LIBDIR}/spec/rspec/rails/extensions/active_record/records_spec.rb
${GEM_LIBDIR}/spec/rspec/rails/fixture_support_spec.rb
${GEM_LIBDIR}/spec/rspec/rails/matchers/be_a_new_spec.rb
diff --git a/devel/ruby-rspec-rails/distinfo b/devel/ruby-rspec-rails/distinfo
index 78820f61a8c..7635406ec06 100644
--- a/devel/ruby-rspec-rails/distinfo
+++ b/devel/ruby-rspec-rails/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2012/12/16 16:46:14 taca Exp $
+$NetBSD: distinfo,v 1.8 2013/01/12 09:17:48 taca Exp $
-SHA1 (rspec-rails-2.12.0.gem) = 5bde65c5c6ffcfbe0db1ba69589b8852032ca8ef
-RMD160 (rspec-rails-2.12.0.gem) = d50ba26b797f57ded5f5baab33cf8001f2629456
-Size (rspec-rails-2.12.0.gem) = 66048 bytes
+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