rspec-rails 7.1.0 → 8.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/Changelog.md +235 -214
- data/README.md +29 -33
- data/lib/generators/rspec/authentication/authentication_generator.rb +25 -0
- data/lib/generators/rspec/authentication/templates/user_spec.rb +5 -0
- data/lib/generators/rspec/authentication/templates/users.yml +11 -0
- data/lib/generators/rspec/install/templates/spec/rails_helper.rb +7 -7
- data/lib/rspec/rails/configuration.rb +3 -67
- data/lib/rspec/rails/example/system_example_group.rb +38 -41
- data/lib/rspec/rails/fixture_file_upload_support.rb +2 -8
- data/lib/rspec/rails/fixture_support.rb +12 -42
- data/lib/rspec/rails/matchers/active_job.rb +2 -0
- data/lib/rspec/rails/matchers/have_enqueued_mail.rb +3 -3
- data/lib/rspec/rails/version.rb +1 -1
- data/lib/rspec-rails.rb +3 -11
- data.tar.gz.sig +0 -0
- metadata +32 -33
- metadata.gz.sig +0 -0
metadata
CHANGED
|
@@ -1,21 +1,20 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rspec-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 8.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Chelimsky
|
|
8
8
|
- Andy Lindeman
|
|
9
|
-
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain:
|
|
12
11
|
- |
|
|
13
12
|
-----BEGIN CERTIFICATE-----
|
|
14
|
-
|
|
13
|
+
MIIFvjCCA6agAwIBAgIJAPXjfUbCjdXVMA0GCSqGSIb3DQEBCwUAMIGAMQswCQYD
|
|
15
14
|
VQQGEwJVUzETMBEGA1UECAwKV2FzaGluZ3RvbjEQMA4GA1UEBwwHU2VhdHRsZTEO
|
|
16
15
|
MAwGA1UECgwFUlNwZWMxEzARBgNVBAMMCnJzcGVjLmluZm8xJTAjBgkqhkiG9w0B
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
CQEWFnJzcGVjQGdvb2dsZWdyb3Vwcy5jb20wHhcNMjUwMjA2MTE0NjU2WhcNMjYw
|
|
17
|
+
MjA2MTE0NjU2WjCBgDELMAkGA1UEBhMCVVMxEzARBgNVBAgMCldhc2hpbmd0b24x
|
|
19
18
|
EDAOBgNVBAcMB1NlYXR0bGUxDjAMBgNVBAoMBVJTcGVjMRMwEQYDVQQDDApyc3Bl
|
|
20
19
|
Yy5pbmZvMSUwIwYJKoZIhvcNAQkBFhZyc3BlY0Bnb29nbGVncm91cHMuY29tMIIC
|
|
21
20
|
IjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsSmjgcHaKlD0jizRJowi2bGI
|
|
@@ -29,22 +28,21 @@ cert_chain:
|
|
|
29
28
|
Xeh3EVdWY3vMB1pkhPwlsenpcmj5gOzrd54lELOVbCGHCf48iSqeflY2Lhe0pvzK
|
|
30
29
|
blXCJBDmtrebvus291rM/dHcbEfK1SVd5Wut/n131iouf6dnNCFskFygDcgBbthC
|
|
31
30
|
gpEMqf80lEmhX59VUsm0Pv6OEo+ZPHBvXPiJA6DShQh9t3YtpwyA8uVDMbT/i32u
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
+
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
F3MdtaDehhjC
|
|
31
|
+
2FUsqZbbJcCmkBrGposCAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAw
|
|
32
|
+
HQYDVR0OBBYEFPPvQ5XT0Nvuhi6k+hrWVv35J+TeMA0GCSqGSIb3DQEBCwUAA4IC
|
|
33
|
+
AQBGBr0ll2yLrkO6IeK5Q7qZFnANaUCKfi6Of9VztZJXgKAU5KAQxyOidGktoA5N
|
|
34
|
+
lp+bFKudRkW8jSehqoNaNBdSZ9Bc07EGMXIhUFJZF9rq7Z2SKPwUm6EaSsBK13QR
|
|
35
|
+
U4K6wuaw5ZJSFzklapoGOJRGnFlnNtlhNFY6+tTwCeblwZbcuYGyGY8+Rg7GbyVl
|
|
36
|
+
3Tr4Gi1aS/qG/MDXKdE8HWm39dmaAMdbw6dg1VBd0JrX2VqH7xvE1dM/D3OlKrNp
|
|
37
|
+
gNFRNJig3Y8qPjocZR0cGkhgZoC9wribWxHSNawZm4CoV3fja2HNx9QyM7BaB+as
|
|
38
|
+
yuqAiBbA7vBcyc8nKATip3mxbyXYXoDD7nmO8JCPP7O/WsgG+U/B2a0kPdvYFoxE
|
|
39
|
+
Q0Js3GtFCuMvL+0rifqdxBOLtu0Pw9q4RvToTJIl2IR6eTgCb82B1hw9qKf7PjuL
|
|
40
|
+
BoEsYjjDhGw6FZvcJG8O6uj7aB+z4aF21YR74UGL7sq/RIPNNez5JI95jTGfqCPy
|
|
41
|
+
6yo0w3zja3yg28QK3Fj+tbOHeSLv9SDQWi/1jiPprGzbxGvbVvjvX11YZc46vkmY
|
|
42
|
+
AwP+qZPPf97FXXZGEGIYhhHpnj+Ltx9nCetRPiZ4rvYBcXgCWVQSg6eiEofrMwn/
|
|
43
|
+
AKMCABhZ1Y2eATsfMgdkmIZk7JIPZiSi6eUxPiCMP9M/pw==
|
|
46
44
|
-----END CERTIFICATE-----
|
|
47
|
-
date:
|
|
45
|
+
date: 2025-04-30 00:00:00.000000000 Z
|
|
48
46
|
dependencies:
|
|
49
47
|
- !ruby/object:Gem::Dependency
|
|
50
48
|
name: actionpack
|
|
@@ -52,42 +50,42 @@ dependencies:
|
|
|
52
50
|
requirements:
|
|
53
51
|
- - ">="
|
|
54
52
|
- !ruby/object:Gem::Version
|
|
55
|
-
version: '7.
|
|
53
|
+
version: '7.2'
|
|
56
54
|
type: :runtime
|
|
57
55
|
prerelease: false
|
|
58
56
|
version_requirements: !ruby/object:Gem::Requirement
|
|
59
57
|
requirements:
|
|
60
58
|
- - ">="
|
|
61
59
|
- !ruby/object:Gem::Version
|
|
62
|
-
version: '7.
|
|
60
|
+
version: '7.2'
|
|
63
61
|
- !ruby/object:Gem::Dependency
|
|
64
62
|
name: activesupport
|
|
65
63
|
requirement: !ruby/object:Gem::Requirement
|
|
66
64
|
requirements:
|
|
67
65
|
- - ">="
|
|
68
66
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '7.
|
|
67
|
+
version: '7.2'
|
|
70
68
|
type: :runtime
|
|
71
69
|
prerelease: false
|
|
72
70
|
version_requirements: !ruby/object:Gem::Requirement
|
|
73
71
|
requirements:
|
|
74
72
|
- - ">="
|
|
75
73
|
- !ruby/object:Gem::Version
|
|
76
|
-
version: '7.
|
|
74
|
+
version: '7.2'
|
|
77
75
|
- !ruby/object:Gem::Dependency
|
|
78
76
|
name: railties
|
|
79
77
|
requirement: !ruby/object:Gem::Requirement
|
|
80
78
|
requirements:
|
|
81
79
|
- - ">="
|
|
82
80
|
- !ruby/object:Gem::Version
|
|
83
|
-
version: '7.
|
|
81
|
+
version: '7.2'
|
|
84
82
|
type: :runtime
|
|
85
83
|
prerelease: false
|
|
86
84
|
version_requirements: !ruby/object:Gem::Requirement
|
|
87
85
|
requirements:
|
|
88
86
|
- - ">="
|
|
89
87
|
- !ruby/object:Gem::Version
|
|
90
|
-
version: '7.
|
|
88
|
+
version: '7.2'
|
|
91
89
|
- !ruby/object:Gem::Dependency
|
|
92
90
|
name: rspec-core
|
|
93
91
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -176,14 +174,14 @@ dependencies:
|
|
|
176
174
|
name: cucumber
|
|
177
175
|
requirement: !ruby/object:Gem::Requirement
|
|
178
176
|
requirements:
|
|
179
|
-
- - "
|
|
177
|
+
- - ">"
|
|
180
178
|
- !ruby/object:Gem::Version
|
|
181
179
|
version: '7.0'
|
|
182
180
|
type: :development
|
|
183
181
|
prerelease: false
|
|
184
182
|
version_requirements: !ruby/object:Gem::Requirement
|
|
185
183
|
requirements:
|
|
186
|
-
- - "
|
|
184
|
+
- - ">"
|
|
187
185
|
- !ruby/object:Gem::Version
|
|
188
186
|
version: '7.0'
|
|
189
187
|
description: rspec-rails integrates the Rails testing helpers into RSpec.
|
|
@@ -199,6 +197,9 @@ files:
|
|
|
199
197
|
- LICENSE.md
|
|
200
198
|
- README.md
|
|
201
199
|
- lib/generators/rspec.rb
|
|
200
|
+
- lib/generators/rspec/authentication/authentication_generator.rb
|
|
201
|
+
- lib/generators/rspec/authentication/templates/user_spec.rb
|
|
202
|
+
- lib/generators/rspec/authentication/templates/users.yml
|
|
202
203
|
- lib/generators/rspec/channel/channel_generator.rb
|
|
203
204
|
- lib/generators/rspec/channel/templates/channel_spec.rb.erb
|
|
204
205
|
- lib/generators/rspec/controller/controller_generator.rb
|
|
@@ -296,11 +297,10 @@ licenses:
|
|
|
296
297
|
- MIT
|
|
297
298
|
metadata:
|
|
298
299
|
bug_tracker_uri: https://github.com/rspec/rspec-rails/issues
|
|
299
|
-
changelog_uri: https://github.com/rspec/rspec-rails/blob/
|
|
300
|
+
changelog_uri: https://github.com/rspec/rspec-rails/blob/v8.0.0/Changelog.md
|
|
300
301
|
documentation_uri: https://rspec.info/documentation/
|
|
301
302
|
mailing_list_uri: https://groups.google.com/forum/#!forum/rspec
|
|
302
303
|
source_code_uri: https://github.com/rspec/rspec-rails
|
|
303
|
-
post_install_message:
|
|
304
304
|
rdoc_options:
|
|
305
305
|
- "--charset=UTF-8"
|
|
306
306
|
require_paths:
|
|
@@ -309,15 +309,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
309
309
|
requirements:
|
|
310
310
|
- - ">="
|
|
311
311
|
- !ruby/object:Gem::Version
|
|
312
|
-
version:
|
|
312
|
+
version: 3.0.0
|
|
313
313
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
314
314
|
requirements:
|
|
315
315
|
- - ">="
|
|
316
316
|
- !ruby/object:Gem::Version
|
|
317
317
|
version: '0'
|
|
318
318
|
requirements: []
|
|
319
|
-
rubygems_version: 3.
|
|
320
|
-
signing_key:
|
|
319
|
+
rubygems_version: 3.6.2
|
|
321
320
|
specification_version: 4
|
|
322
321
|
summary: RSpec for Rails
|
|
323
322
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|