SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby3.2-rubygem-rspec-rails-6.1.0-2.1.i586.rpm :

* Tue Nov 28 2023 Dan Čermák - New upstream release 6.1.0, see bundled Changelog.md
* Tue Nov 14 2023 Dan Čermák - New upstream release 6.0.3, see bundled Changelog.md
* Fri Oct 28 2022 Stephan Kulow updated to version 6.0.1 see installed Changelog.md
* Thu Apr 28 2022 Stephan Kulow updated to version 5.1.2 see installed Changelog.md Bug Fixes:
* Fix controller scaffold templates parameter name. (Taketo Takashima, #2591)
* Include generator specs in the inferred list of specs. (Jason Karns, #2597)
* Fri Mar 11 2022 Manuel Schnitzer - updated to version 5.1.1 Enhancements:
* Make the API request scaffold template more consistent and compatible with Rails 6.1. (Naoto Hamada, #2484)
* Change the scaffold `rails_helper.rb` template to use `require_relative`. (Jon Dufresne, #2528)
* Tue Feb 15 2022 Stephan Kulow updated to version 5.1.0 see installed Changelog.md
* Wed Aug 25 2021 Manuel Schnitzer - updated to version 5.0.2 [Full Changelog](https://github.com/rspec/rspec-rails/compare/v5.0.1...v5.0.2) Bug Fixes:
* Prevent generated job specs from duplicating `_job` in filenames. (Nick Flückiger, #2496)
* Fix `ActiveRecord::TestFixture#uses_transaction` by using example description to replace example name rather than example in our monkey patched `run_in_transaction?` method. (Stan Lo, #2495)
* Prevent keyword arguments being lost when methods are invoked dynamically in controller specs. (Josh Cheek, #2509, #2514)
* Tue Mar 23 2021 Manuel Schnitzer - updated to version 5.0.1 [Full Changelog](https://github.com/rspec/rspec-rails/compare/v5.0.0...v5.0.1) Bug Fixes:
* Limit multibyte example descriptions when used in system tests for #method_name which ends up as screenshot names etc. (AATTy-yagi, #2405, #2487)
* Mon Mar 15 2021 Manuel Schnitzer - updated to version 5.0.0 [Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.1.1...v5.0.0) Enhancements:
* Support new #file_fixture_path and new fixture test support code. (Jon Rowe, #2398)
* Support for Rails 6.1. (Benoit Tigeot, Jon Rowe, Phil Pirozhkov, and more #2398) Breaking Changes:
* Drop support for Rails below 5.2.
* Wed Jan 20 2021 Manuel Schnitzer - updated to version 4.0.2
* no changelog for this version found
* Wed May 27 2020 Manuel Schnitzer - updated to version 4.0.1 Bug Fixes:
* Remove warning when calling `driven_by` in system specs. (Aubin Lorieux, #2302)
* Fix comparison of times for `#at` in job matchers. (Jon Rowe, Markus Doits, #2304)
* Allow `have_enqueued_mail` to match when a sub class of `ActionMailer::DeliveryJob` is set using `.delivery_job=`. (Atsushi Yoshida #2305)
* Restore Ruby 2.2.x compatibility. (Jon Rowe, #2332)
* Add `required_ruby_version` to gem spec. (Marc-André Lafortune, #2319, #2338)
* Mon Apr 27 2020 Manuel Schnitzer - updated to version 4.0.0 [Full Changelog](https://github.com/rspec/rspec-rails/compare/v3.9.1...v4.0.0) Enhancements:
* Adds support for Rails 6. (Penelope Phippen, Benoit Tigeot, Jon Rowe, #2071)
* Adds support for JRuby on Rails 5.2 and 6
* Add support for parameterised mailers (Ignatius Reza, #2125)
* Add ActionMailbox spec helpers and test type (James Dabbs, #2119)
* Add ActionCable spec helpers and test type (Vladimir Dementyev, #2113)
* Add support for partial args when using `have_enqueued_mail` (Ignatius Reza, #2118, #2125)
* Add support for time arguments for `have_enqueued_job` (AATTalpaca-tc, #2157)
* Improve path parsing in view specs render options. (John Hawthorn, #2115)
* Add routing spec template as an option for generating controller specs. (David Revelo, #2134)
* Add argument matcher support to `have_enqueued_
*` matchers. (Phil Pirozhkov, #2206)
* Switch generated templates to use ruby 1.9 hash keys. (Tanbir Hasan, #2224)
* Add `have_been_performed`/`have_performed_job`/`perform_job` ActiveJob matchers (Isaac Seymour, #1785)
* Default to generating request specs rather than controller specs when generating a controller (Luka Lüdicke, #2222)
* Allow `ActiveJob` matchers `#on_queue` modifier to take symbolic queue names. (Nils Sommer, #2283)
* The scaffold generator now generates request specs in preference to controller specs. (Luka Lüdicke, #2288)
* Add configuration option to disable ActiveRecord. (Jon Rowe, Phil Pirozhkov, Hermann Mayer, #2266)
* Set `ActionDispatch::SystemTesting::Server.silence_puma = true` when running system specs. (ta1kt0me, Benoit Tigeot, #2289) Bug Fixes:
* `EmptyTemplateHandler.call` now needs to support an additional argument in Rails 6. (Pavel Rosický, #2089)
* Suppress warning from `SQLite3Adapter.represent_boolean_as_integer` which is deprecated. (Pavel Rosický, #2092)
* `ActionView::Template#formats` has been deprecated and replaced by `ActionView::Template#format`(Seb Jacobs, #2100)
* Replace `before_teardown` as well as `after_teardown` to ensure screenshots are generated correctly. (Jon Rowe, #2164)
* `ActionView::FixtureResolver#hash` has been renamed to `ActionView::FixtureResolver#data`. (Penelope Phippen, #2076)
* Prevent `driven_by(:selenium)` being called due to hook precedence. (Takumi Shotoku, #2188)
* Prevent a `WrongScopeError` being thrown during loading fixtures on Rails 6.1 development version. (Edouard Chin, #2215)
* Fix Mocha mocking support with `should`. (Phil Pirozhkov, #2256)
* Restore previous conditional check for setting `default_url_options` in feature specs, prevents a `NoMethodError` in some scenarios. (Eugene Kenny, #2277)
* Allow changing `ActiveJob::Base.queue_adapter` inside a system spec. (Jonathan Rochkind, #2242)
* `rails generate generator` command now creates related spec file (Joel Azemar, #2217)
* Relax upper `capybara` version constraint to allow for Capybara 3.x (Phil Pirozhkov, #2281)
* Clear ActionMailer test mailbox after each example (Benoit Tigeot, #2293) Breaking Changes:
* Drops support for Rails below 5.0
* Drops support for Ruby below 2.3
* Mon Jan 27 2020 Manuel Schnitzer - updated to version 3.9.0 [#] Enhancements
* Use __dir__ instead of __FILE__ in generated rails_helper.rb where supported. (OKURA Masafumi, #2048)
* Add have_enqueued_mail matcher as a \"super\" matcher to the ActiveJob matchers making it easier to match on ActiveJob delivered emails. (Joel Lubrano, #2047)
* Add generator for system specs on Rails 5.1 and above. (Andrzej Sliwa, #1933)
* Add generator for generator specs. (AATTConSou, #2085)
* Add option to generate routes when generating controller specs. (David Revelo, #2134) [#] Bug Fixes: Make the ActiveJob matchers fail when multiple jobs are queued for negated matches. e.g. expect { job; job; }.to_not have_enqueued_job. (Emric Istanful, #2069)
 
ICM