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

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


Branch: CURRENT, Version: 7.1.0, Package name: ruby32-rspec-rails-7.1.0, 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: 72.5 KB

Version history: (Expand)


CVS history: (Expand)


   2025-01-19 17:05:12 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-rspec-rails: update to 7.1.0

7.0.0 (2024-09-02)

Enhancements:

* Change default driver for system specs on Rails 7.2 to match its
  default. (Steve Polito, #2746)
* Verify ActiveJob arguments by comparing to the method signature. (Oli
  Peate, #2745)
* Add suggestion to rails_helper.rb to skip when not in test mode. (Glauco
  Custódio, #2751)
* Add at_priority qualifier to have_enqueued_job set of matchers. (mbajur,
  #2759)
* Add spec directories to rails stats on Rails main / 8.0.0. (Petrik de
  Heus, #2781)

7.0.1 (2024-09-03)

Bug Fixes:

* Remove mutation of Rails constant in favour of public api. (Petrik de
  Heus, #2789)
* Cleanup Rails scaffold for unsupported versions. (Matt Jankowski, #2790)
* Remove deprecated scaffold that was unintentionally included in 7.0.0 (Jon
  Rowe, #2791)

7.0.2 (2024-11-09)

Bug Fixes:

* Fix issue with have_enqueued_mail when jobs were incorrectly matched due
  to refactoring in #2780. (David Runger, #2793)

7.1.0 (2024-11-09)

Enhancements:

* Improve implicit description for ActionCable matchers have_broadcasted_to / \ 
have_broadcast. (Simon Fish, #2795)
* Comment out infer_spec_type_from_file_location! in newly generated
  rails_helper.rb files. (Jon Rowe, #2804)
* Allow turning off active job / mailer argument validation. (Oli Peate,
  #2808)
   2024-09-23 02:33:57 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-rspec-rails: update to 6.1.5

Update to latest 6.x.

6.1.4 (2024-08-15)

Bug Fixes:

* Prevent have_http_status matcher raising an error when encountering a raw
  Rack::MockResponse. (Christophe Bliard, #2771)
* Move Rails version conditional from index scaffold generated file to
  template. (Matt Jankowski, #2777)

6.1.5 (2024-09-02)

Bug Fixes:

* Restore old order of requiring support files. (Franz Liedke, #2785)
* Prevent running rake spec:statsetup on Rails main / 8.0.0. (Petrik de
  Heus, #2781)
   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)