standard-rspec 0.1.1 → 0.1.2
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 +3 -3
- data/lib/standard/rspec/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6a7df2ed9027afe0b7597cfa38a7c75ccc38368d641752a7955a6cf695b77b7b
|
|
4
|
+
data.tar.gz: 73545048ffb300f699739697eb68966729e6fd6f8a444afaf41bc5f1b0a76d8e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 55c407680bc30e520cca7d082acd8d24971e8bd4238af7ab73b3800a916130f198777ea83540719482b8bad4dbc1031781fb353bc0c7f12005f28f301b18655e
|
|
7
|
+
data.tar.gz: 39bf410b6b2cfc4607a70f4877d397e6738d05c6118ba4093c7f7134498d3169b28ffa9767c8801216bf3dd795d61c01ad972991e5341394065c8e61c6fca869
|
data/config/base.yml
CHANGED
|
@@ -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:
|