SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby2.3-rubygem-rspec-rails-3.4.0-2.6.x86_64.rpm :
Fri Nov 13 13:00:00 2015 cooloAATTsuse.com
- updated to version 3.4.0
see installed Changelog.md
[#]## 3.4.0 / 2015-11-11
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.3.3...v3.4.0)
Enhancements:

* Improved the failure message for `have_rendered` matcher on a redirect
response. (Alex Egan, #1440)

* Add configuration option to filter out Rails gems from backtraces.
(Bradley Schaefer, #1458)

* Enable resolver cache for view specs for a large speed improvement
(Chris Zetter, #1452)

* Add `have_enqueued_job` matcher for checking if a block has queued jobs.
(Wojciech Wnętrzak, #1464)
Bug Fixes:

* Fix another load order issued which causes an undefined method `fixture_path` error
when loading rspec-rails after a spec has been created. (Nikki Murray, #1430)

* Removed incorrect surrounding whitespace in the rspec-rails backtrace
exclusion pattern for its own `lib` code. (Jam Black, #1439)

Thu Jul 16 14:00:00 2015 cooloAATTsuse.com
- updated to version 3.3.3
see installed Changelog.md
[#]## 3.3.3 / 2015-07-15
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.3.2...v3.3.3)
Bug Fixes:

* Fix issue with generators caused by `Rails.configuration.hidden_namespaces`
including symbols. (Dan Kohn, #1414)

Fri Jun 19 14:00:00 2015 cooloAATTsuse.com
- updated to version 3.3.2
see installed Changelog.md
[#]## 3.3.2 / 2015-06-18
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.3.1...v3.3.2)
Bug Fixes:

* Fix regression that caused stubbing abstract ActiveRecord model
classes to trigger internal errors in rails due the the verifying
double lifecycle wrongly calling `define_attribute_methods` on the
abstract AR class. (Jon Rowe, #1396)

Wed Jun 17 14:00:00 2015 cooloAATTsuse.com
- updated to version 3.3.1
see installed Changelog.md
[#]## 3.3.1 / 2015-06-14
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.3.0...v3.3.1)
Bug Fixes:

* Fix regression that caused stubbing ActiveRecord model classes to
trigger internal errors in rails. (Myron Marston, Aaron Kromer, #1395)
[#]## 3.3.0 / 2015-06-12
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.2.3...v3.3.0)
Enhancements:

* Add support for PATCH to route specs created via scaffold. (Igor Zubkov, #1336)

* Improve controller and routing spec calls to `routes` by using `yield`
instead of `call`. (Anton Davydov, #1308)

* Add support for `ActiveJob` specs as standard `RSpec::Rails::RailsExampleGoup`s
via both `:type => :job` and inferring type from spec directory `spec/jobs`.
(Gabe Martin-Dempesy, #1361)

* Include `RSpec::Rails::FixtureSupport` into example groups using metadata
`:use_fixtures => true`. (Aaron Kromer, #1372)

* Include `rspec:request` generator for generating request specs; this is an
alias of `rspec:integration` (Aaron Kromer, #1378)

* Update `rails_helper` generator with a default check to abort the spec run
when the Rails environment is production. (Aaron Kromer, #1383)

Fri Jun 12 14:00:00 2015 cooloAATTsuse.com
- updated to version 3.2.3
see installed Changelog.md
[#]## 3.2.3 / 2015-06-06
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.2.2...v3.2.3)
Bug Fixes:

* Fix regression with the railtie resulting in undefined method `preview_path=`
on Rails 3.x and 4.0 (Aaron Kromer, #1388)

Thu Jun 4 14:00:00 2015 cooloAATTsuse.com
- updated to version 3.2.2
see installed Changelog.md
[#]## 3.2.2 / 2015-06-03
Bug Fixes:

* Fix auto-including of generic `Helper` object for view specs sitting in the
`app/views` root (David Daniell, #1289)

* Remove pre-loading of ActionMailer in the Railtie (Aaron Kromer, #1327)

* Fix undefined method `need_auto_run=` error when using Ruby 2.1 and Rails 3.2
without the test-unit gem (Orien Madgwick, #1350)

* Fix load order issued which causes an undefined method `fixture_path` error
when loading rspec-rails after a spec has been created. (Aaron Kromer, #1372)

Tue Feb 24 13:00:00 2015 cooloAATTsuse.com
- updated to version 3.2.1

Tue Feb 10 13:00:00 2015 cooloAATTsuse.com
- updated to version 3.2.0

Mon Jan 19 13:00:00 2015 dmuellerAATTsuse.com
- 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 ]

Mon Oct 13 14:00:00 2014 cooloAATTsuse.com
- adapt to new rubygem packaging

Sun May 18 14:00:00 2014 cooloAATTsuse.com
- updated to version 2.14.2
Bug fixes

* Loads ActiveSupport properly to support changes in Rails 4.1. (Andy Lindeman)

* Anonymous controllers inherit from `ActionController::Base` if `ApplicationController`
is not present. (Jon Rowe)

Sun Jan 5 13:00:00 2014 cooloAATTsuse.com
- updated to version 2.14.1
Bug fixes

* Fixes \"warning: instance variable AATTorig\\_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)

Wed Jul 31 14:00:00 2013 cooloAATTsuse.com
- 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)

Fri May 24 14:00:00 2013 cooloAATTsuse.com
- 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)

Thu May 9 14:00:00 2013 cooloAATTsuse.com
- 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)

Sun Mar 3 13:00:00 2013 cooloAATTsuse.com
- 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)

Tue Jan 8 13:00:00 2013 cooloAATTsuse.com
- 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)

Mon Nov 19 13:00:00 2012 cooloAATTsuse.com
- updated to version 2.12.0

Tue Sep 4 14:00:00 2012 cooloAATTsuse.com
- initial package (version 2.11.0)


 
ICM