standard-rspec 0.4.0 → 0.5.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
- data/config/base.yml +4 -4
- data/lib/standard/rspec/version.rb +1 -1
- data/standard-rspec.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1b11d082229eddcceb2aaa86d971f54e7995787862f73430c85e374092d338f6
|
|
4
|
+
data.tar.gz: be54e1b2d0fcd5777317664c25264e6283e103604a50cc8b858f2f92906a0db6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b1410e25cf615be32bc3c28e1fd990352a74289b4b23209ef933498f010a55e4491140d747ddcfffbf4b7c4b9aef3547658e15b0ae865ca5b59ca859d89800fa
|
|
7
|
+
data.tar.gz: d5acb14b8046787186a87434ab4debf57d90aedeb8248f82b64e38fb8ae44182fd2812d09c3723466c3e6fcd4ad160d17a3b9ae2c21e3a305f39eb304437a1c0
|
data/config/base.yml
CHANGED
|
@@ -1045,19 +1045,19 @@ RSpec/Yield:
|
|
|
1045
1045
|
Capybara:
|
|
1046
1046
|
Enabled: true
|
|
1047
1047
|
|
|
1048
|
-
Capybara/CurrentPathExpectation:
|
|
1048
|
+
Capybara/RSpec/CurrentPathExpectation:
|
|
1049
1049
|
Description: Checks that no expectations are set on Capybara's `current_path`.
|
|
1050
1050
|
Enabled: true
|
|
1051
1051
|
VersionAdded: '1.18'
|
|
1052
1052
|
VersionChanged: '2.0'
|
|
1053
|
-
StyleGuide: https://www.rubydoc.info/gems/rubocop-
|
|
1053
|
+
StyleGuide: https://www.rubydoc.info/gems/rubocop-capybara/RuboCop/Cop/Capybara/RSpec/CurrentPathExpectation
|
|
1054
1054
|
|
|
1055
|
-
Capybara/VisibilityMatcher:
|
|
1055
|
+
Capybara/RSpec/VisibilityMatcher:
|
|
1056
1056
|
Description: Checks for boolean visibility in capybara finders.
|
|
1057
1057
|
Enabled: true
|
|
1058
1058
|
VersionAdded: '1.39'
|
|
1059
1059
|
VersionChanged: '2.0'
|
|
1060
|
-
StyleGuide: https://www.rubydoc.info/gems/rubocop-
|
|
1060
|
+
StyleGuide: https://www.rubydoc.info/gems/rubocop-capybara/RuboCop/Cop/Capybara/RSpec/VisibilityMatcher
|
|
1061
1061
|
|
|
1062
1062
|
FactoryBot:
|
|
1063
1063
|
Enabled: true
|
data/standard-rspec.gemspec
CHANGED
|
@@ -35,5 +35,5 @@ Gem::Specification.new do |spec|
|
|
|
35
35
|
spec.add_dependency "rubocop-rspec", "~> 3.9"
|
|
36
36
|
spec.add_dependency "rubocop-factory_bot", "~> 2.27"
|
|
37
37
|
spec.add_dependency "rubocop-rspec_rails", "~> 2.31"
|
|
38
|
-
spec.add_dependency "rubocop-capybara", "~> 2.
|
|
38
|
+
spec.add_dependency "rubocop-capybara", "~> 2.23"
|
|
39
39
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: standard-rspec
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- shilin-anton
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-05-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: lint_roller
|
|
@@ -72,14 +72,14 @@ dependencies:
|
|
|
72
72
|
requirements:
|
|
73
73
|
- - "~>"
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: '2.
|
|
75
|
+
version: '2.23'
|
|
76
76
|
type: :runtime
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
80
|
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: '2.
|
|
82
|
+
version: '2.23'
|
|
83
83
|
description:
|
|
84
84
|
email:
|
|
85
85
|
- anton.d.shilin@gmail.com
|