standard-rspec 0.1.1 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/base.yml +4 -4
- data/lib/standard/rspec/version.rb +1 -1
- data/standard-rspec.gemspec +1 -0
- metadata +15 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e0c7540c864709a2b67303df7be9736b25f27c067f8756a5232ca03986554e18
|
4
|
+
data.tar.gz: 35925a5df773b9db3d5940fda842f2025ad418c7b60f1b0af84637df0c8fe152
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '09eccac4dc40a869b43e50dbb27ac0b41147bb5594fd5f6847f731de217872de6a85086821f859783a4d85ad1b0d6b91ab8ec2c2583dbf73e9441284b34b600f'
|
7
|
+
data.tar.gz: 9f442057e3024599f73bb2ba56b511ae85680f70b037f145cd5ebd121efe8c463a3fa9f492727de9ca096f507ff43068653926917ebc8fd230ae312842214b9a
|
data/config/base.yml
CHANGED
@@ -720,7 +720,7 @@ RSpec/VariableName:
|
|
720
720
|
SupportedStyles:
|
721
721
|
- snake_case
|
722
722
|
- camelCase
|
723
|
-
|
723
|
+
AllowedPatterns: []
|
724
724
|
VersionAdded: '1.40'
|
725
725
|
VersionChanged: '1.43'
|
726
726
|
StyleGuide: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/VariableName
|
@@ -751,7 +751,7 @@ RSpec/Capybara:
|
|
751
751
|
Include: *1
|
752
752
|
Language: *2
|
753
753
|
|
754
|
-
|
754
|
+
Capybara/CurrentPathExpectation:
|
755
755
|
Description: Checks that no expectations are set on Capybara's `current_path`.
|
756
756
|
Enabled: true
|
757
757
|
VersionAdded: '1.18'
|
@@ -766,7 +766,7 @@ RSpec/Capybara/FeatureMethods:
|
|
766
766
|
VersionChanged: '2.0'
|
767
767
|
StyleGuide: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/Capybara/FeatureMethods
|
768
768
|
|
769
|
-
|
769
|
+
Capybara/VisibilityMatcher:
|
770
770
|
Description: Checks for boolean visibility in capybara finders.
|
771
771
|
Enabled: true
|
772
772
|
VersionAdded: '1.39'
|
@@ -778,7 +778,7 @@ RSpec/FactoryBot:
|
|
778
778
|
Include: *1
|
779
779
|
Language: *2
|
780
780
|
|
781
|
-
|
781
|
+
FactoryBot/AttributeDefinedStatically:
|
782
782
|
Description: Always declare attribute values as blocks.
|
783
783
|
Enabled: true
|
784
784
|
Include:
|
data/standard-rspec.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: standard-rspec
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- shilin-anton
|
@@ -38,6 +38,20 @@ dependencies:
|
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: 2.22.0
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: rubocop-factory_bot
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '2.22'
|
48
|
+
type: :runtime
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '2.22'
|
41
55
|
description:
|
42
56
|
email:
|
43
57
|
- anton.d.shilin@gmail.com
|