Revisions of rubygem-rspec-rails
Thomas Boerger (tboerger)
accepted
request 282034
from
Dirk Mueller (dirkmueller)
(revision 11)
- update to 3.1.0: * Fix controller route lookup for Rails 4.2 [ Changelog for 2.14->3.0.2 omitted, since its huge. see http://www.rubydoc.info/gems/rspec-rails/file/Changelog.md ]
Stephan Kulow (coolo)
accepted
request 255954
from
Stephan Kulow (coolo)
(revision 10)
adapt to new rubygem packaging
Stephan Kulow (coolo)
committed
(revision 9)
update
Stephan Kulow (coolo)
committed
(revision 8)
update
Stephan Kulow (coolo)
committed
(revision 7)
- updated to version 2.14.0 [full changelog](http://github.com/rspec/rspec-rails/compare/v2.14.0.rc1...v2.14.0) Bug fixes * Rake tasks do not define methods that might interact with other libraries. (Fujimura Daisuke) * Reverts fix for out-of-order `let` definitions in controller specs after the issue was fixed upstream in rspec-core. (Andy Lindeman) * Fixes deprecation warning when using `expect(Model).to have(n).records` with Rails 4. (Andy Lindeman) ### 2.14.0.rc1 / 2013-05-27 [full changelog](http://github.com/rspec/rspec-rails/compare/v2.13.2...v2.14.0.rc1) Enhancements * Prelimiarily support Rails 4.1 by updating adapters to support Minitest 5.0. (Andy Lindeman) Bug fixes * `rake stats` runs correctly when spec files exist at the top level of the spec/ directory. (Benjamin Fleischer)
Stephan Kulow (coolo)
committed
(revision 6)
- updated to version 2.13.2 [full changelog](http://github.com/rspec/rspec-rails/compare/v2.13.1...v2.13.2) Bug fixes * `let` definitions may override methods defined in modules brought in via `config.include` in controller specs. Fixes regression introduced in 2.13. (Andy Lindeman, Jon Rowe) * Code that checks Rails version numbers is more robust in cases where Rails is not fully loaded. (Andy Lindeman)
Stephan Kulow (coolo)
committed
(revision 5)
- updated to version 2.13.1 Bug fixes * View specs are no longer generated if no template engine is specified (Kevin Glowacz) * `ActionController::Base.allow_forgery_protection` is set to its original value after each example. (Mark Dimas) * `patch` is supported in routing specs. (Chris Your) * Routing assertions are supported in controller specs in Rails 4. (Andy Lindeman) * Fix spacing in the install generator template (Taiki ONO)
Stephan Kulow (coolo)
committed
(revision 4)
- updated to version 2.13.0 Enhancements * `be_valid` matcher includes validation error messages. (Tom Scott) * Adds cucumber scenario showing how to invoke an anonymous controller's non-resourceful actions. (Paulo Luis Franchini Casaretto) * Null template handler is used when views are stubbed. (Daniel Schierbeck) * The generated `spec_helper.rb` in Rails 4 includes a check for pending migrations. (Andy Lindeman) * Adds `rake spec:features` task. (itzki) * Rake tasks are automatically generated for each spec/ directory. (Rudolf Schmidt) ### 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. * Uses `assert_select` correctly in view specs generated by scaffolding. (Andy Lindeman)
Stephan Kulow (coolo)
committed
(revision 3)
- updated to version 2.12.1 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)
Stephan Kulow (coolo)
committed
(revision 2)
- updated to version 2.12.0
Stephan Kulow (coolo)
committed
(revision 1)
- initial package (version 2.11.0)
Displaying revisions 41 - 60 of 60