348e20976c
### 2.14.1 / 2013-12-29 [full changelog](http://github.com/rspec/rspec-rails/compare/v2.14.0...v2.14.1) Bug fixes * Fixes "warning: instance variable @orig\_routes not initialized" raised by controller specs when `--warnings` are enabled. (Andy Lindeman) * Where possible, check against the version of ActiveRecord, rather than Rails. It is possible to use some of rspec-rails without all of Rails. (Darryl Pogue) * Supports Rails 4.1 and Minitest 5. (Patrick Van Stee, Andy Lindeman) * Explicitly depends on `activemodel`. This allows libraries that do not bring in all of `rails` to use `rspec-rails`. (John Firebaugh) * Use `__send__` rather than `send` to prevent naming collisions (Bradley Schaefer)
21 lines
694 B
Makefile
21 lines
694 B
Makefile
# $NetBSD: Makefile,v 1.15 2014/03/14 16:43:43 taca Exp $
|
|
|
|
DISTNAME= rspec-rails-2.14.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://relishapp.com/rspec
|
|
COMMENT= Test-double framework for rspec
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
|
|
DEPENDS+= ${RUBY_ACTIONPACK_DEPENDS}
|
|
DEPENDS+= ${RUBY_RAILTIES_DEPENDS}
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-core>=2.14.0<2.15:../../devel/ruby-rspec-core
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-expectations>=2.14.0<2.15:../../devel/ruby-rspec-expectations
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-mocks>=2.14.0<2.15:../../devel/ruby-rspec-mocks
|
|
|
|
RUBY_RAILS_SUPPORTED=
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|