./devel/ruby-rspec-rails, Test-double framework for rspec

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 6.1.2, Package name: ruby32-rspec-rails-6.1.2, Maintainer: pkgsrc-users

# rspec-rails-2

rspec-2 for rails-3 with lightweight extensions to each

NOTE: rspec-2 does _not_ support rails-2. Use rspec-rails-1.3.x for rails-2.

## Documentation

* [Cucumber features](http://relishapp.com/rspec/rspec-rails/v/2-0)
* [RDoc](http://rubydoc.info/gems/rspec-rails/2.0.1/frames)


Required to run:
[devel/ruby-rspec-core] [devel/ruby-rspec-mocks] [devel/ruby-rspec-expectations] [devel/ruby-rspec-support] [lang/ruby26-base] [devel/ruby-railties52] [devel/ruby-activesupport52] [www/ruby-actionpack52]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 71 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-24 15:12:51 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-rspec-rails: update to 6.1.2

6.1.2 (2024-03-19)

Bug Fixes:

* Fix generated mailer paths to match Rails convention. (Patrício dos
  Santos, #2735)
* Fix class in template for generator specs. (Nicolas Buduroi, #2744)
   2024-02-03 16:38:36 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-rspec-rails: update to 6.1.1

6.1.1 (2024-01-25)

Bug Fixes:

* Improved deprecation message for RSpec::Rails::Configuration.fixture_paths
  (Benoit Tigeot, #2720)
* Fix support for namespaced fixtures in Rails 7.1. (Benedikt Deicke, #2716)
   2023-12-17 15:26:03 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-rspec-rails: update to 6.1.0

6.0.4 (2023-11-21)

Bug Fixes:

* Fuzzy match have_broadcasted_to so that argument matchers can be
  used. (Timothy Peraza, #2684)

* Fix fixture warning during :context hooks on Rails main. (Jon Rowe, #2685)

* Fix stub_template on Rails main. (Jon Rowe, #2685)

* Fix variable name in scaffolded view specs when namespaced. (Taketo
  Takashima, #2694)

* Prevent take_failed_screenshot producing an additional error through
  metadata access. (Jon Rowe, #2704)

* Use ActiveSupport::ExecutionContext::TestHelper on Rails 7+. (Jon Rowe,
  #2711)

* Fix leak of templates stubbed with stub_template on Rails 7.1. (Jon Rowe,
  #2714)

6.1.0 (2023-11-21)

Enhancements:

* Support for Rails 7.1

* Minor tweak to generated rails_helper.rb to use
  Rails.root.join. (@masato-bkn, Ryo Nakamura, #2640, #2678)

* Add RSpec::Rails::Configuration.fixture_paths configuration to support the
  matching change to ActiveRecord::TestFixtures, previous singular form is
  deprecated and will be removed in Rails 7.2. (Juan Gueçaimburu, #2673)

* Add send_email matcher to match emails rather than specific jobs. (Andrei
  Kaleshka, #2670)

* When using render in view specs, :locals will now be merged into the
  default implicit template, allowing render locals: {...} style calls. (Jon
  Rowe, #2686)

* Add support for Rails.config.action_mailer.preview_paths on Rails 7.1/
  (Jon Rowe, #2706)
   2023-11-30 16:47:26 by Takahiro Kambe | Files touched by this commit (1)
Log message:
devel/ruby-rspec-rails: revert previous commit

This package is for ruby-redmine50 and ruby-redmine51, so avoid to build
with incompatible version of Rails.
   2023-11-30 16:43:07 by Takahiro Kambe | Files touched by this commit (1)
Log message:
devel/ruby-rspec-rails: allow rails 70 and 71
   2023-06-06 15:47:54 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-rspec-rails: update to 6.0.3

6.0.3 (2023-05-31)

Bug Fixes:

* Set ActiveStorage::FixtureSet.file_fixture_path when including file
  fixture support. (Jason Yates, #2671)
* Allow broadcast_to matcher to take Symbols. (@Vagab, #2680)
   2023-05-06 04:24:16 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-rspec-rails: update to 6.0.2

6.0.2 (2023-05-04)

Bug Fixes:

* Fix ActionView::PathSet when render_views is off for Rails 7.1. (Eugene
  Kenny, Iliana, #2631)

* Support Rails 7.1's #fixtures_paths in example groups (removes a
  deprecation warning). (Nicholas Simmons, #2664)

* Fix have_enqueued_job to properly detect enqueued jobs when other jobs
  were performed inside the expectation block. (Slava Kardakov, Phil
  Pirozhkov, #2573)
   2022-11-30 14:55:10 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-rspec-rails: update to 6.0.1

6.0.0 (2022-10-10)

Enhancements:

* Support Rails 7
* Template tweaks to remove instance variables from generated specs. (Takuma
  Ishikawa, #2599)
* Generators now respects default path configuration option. (@vivekmiyani,
  #2508)

Breaking Changes:

* Drop support for Rails below 6.1
* Drop support for Ruby below 2.5 (following supported versions of Rails
  6.1)
* Change the order of after_teardown from after to around in system specs to
  improve compatibility with extensions and Capybara. (Tim Diggins, #2596)

Deprecations:

* Deprecates integration spec generator (rspec:integration) which was an
  alias of request spec generator (rspec:request) (Luka Lüdicke, #2374)

6.0.1 (2022-10-18)

Bug Fixes:

* Prevent tagged logged support in Rails 7 calling #name. (Jon Rowe, #2625)