Changelog for
ruby2.4-rubygem-rspec-rails-3.5.1-3.4.x86_64.rpm :
Fri Jul 8 14:00:00 2016 cooloAATTsuse.com
- updated to version 3.5.1
see installed Changelog.md
[#]## 3.5.1 / 2016-07-08
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.5.0...v3.5.1)
Bugfixes:
* Only attempt to load `ActionDispatch::IntegrationTest::Behavior` on Rails 5,
and above; Prevents possible `TypeError` when an existing `Behaviour` class
is defined. (#1660, Betesh).
Sat Jul 2 14:00:00 2016 cooloAATTsuse.com
- updated to version 3.5.0
see installed Changelog.md
[#]## 3.5.0 / 2016-07-01
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.5.0.beta4...v3.5.0)
*
*No user facing changes since beta4
*
*
[#]## 3.5.0.beta4 / 2016-06-05
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.5.0.beta3...v3.5.0.beta4)
Enhancements:
* Add support for block when using `with` on `have_enqueued_job`. (John Schroeder, #1578)
* Add support for `file_fixture(...)`. (Wojciech Wnętrzak, #1587)
* Add support for `setup` and `teardown` with blocks (Miklós Fazekas, #1598)
* Add `enqueue_job ` alias for `have_enqueued_job`, support `once`/`twice`/
`thrice`, add `have_been_enqueued` matcher to support use without blocks.
(Sergey Alexandrovich, #1613)
Bug fixes:
* Prevent asset helpers from taking precendence over route helpers. (Prem Sichanugrist, #1496)
* Prevent `NoMethodError` during failed `have_rendered` assertions on weird templates.
(Jon Rowe, #1623).
[#]## 3.5.0.beta3 / 2016-04-02
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.5.0.beta2...v3.5.0.beta3)
Enhancements:
* Add support for Rails 5 Beta 3 (Sam Phippen, Benjamin Quorning, Koen Punt, #1589, #1573)
Bug fixes:
* Support custom resolvers when preventing views from rendering.
(Jon Rowe, Benjamin Quorning, #1580)
[#]## 3.5.0.beta2 / 2016-03-10
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.5.0.beta1...v3.5.0.beta2)
Enhancements:
* Include `ActionDispatch::IntegrationTest::Behavior` in request spec
example groups when on Rails 5, allowing integration test helpers
to be used in request specs. (Scott Bronson, #1560)
Bug fixes:
* Make it possible to use floats in auto generated (scaffold) tests.
(Alwahsh, #1550)
[#]## 3.5.0.beta1 / 2016-02-06
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.4.2...v3.5.0.beta1)
Enhancements:
* Add a `--singularize` option for the feature spec generator (Felicity McCabe,
[#1503])
* Prevent leaking TestUnit methods in Rails 4+ (Fernando Seror Garcia, #1512)
* Add support for Rails 5 (Sam Phippen, #1492)
Bug fixes:
* Make it possible to write nested specs within helper specs on classes that are
internal to helper classes. (Sam Phippen, Peter Swan, #1499).
* Warn if a fixture method is called from a `before(:context)` block, instead of
crashing with a `undefined method for nil:NilClass`. (Sam Phippen, #1501)
* Expose path to view specs (Ryan Clark, Sarah Mei, Sam Phippen, #1402)
* Prevent installing Rails 3.2.22.1 on Ruby 1.8.7. (Jon Rowe, #1540)
* Raise a clear error when `have_enqueued_job` is used with non-test
adapter. (Wojciech Wnętrzak, #1489)
Tue Feb 9 13:00:00 2016 cooloAATTsuse.com
- updated to version 3.4.2
see installed Changelog.md
[#]## 3.4.2 / 2016-02-02
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.4.1...v3.4.2)
Bug fixes:
* Cache template resolvers during path lookup to prevent performance
regression from #1535. (Andrew White, #1544)
Wed Jan 27 13:00:00 2016 cooloAATTsuse.com
- updated to version 3.4.1
see installed Changelog.md
[#]## 3.4.1 / 2016-01-25
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.4.0...v3.4.1)
Bug Fixes:
* Fix no method error when rendering templates with explicit `:file`
parameters for Rails version `4.2.5.1`. (Andrew White, Sam Phippen, #1535)
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)