standard-rspec 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 783c0b239a91d3ade36ab464be084551957aa2636b53576000f0b5da36d86fe6
4
- data.tar.gz: 02a22014b1e35fb72107598b9b540639c7c40b9e15d9329d0b6967d5715933e5
3
+ metadata.gz: 6a7df2ed9027afe0b7597cfa38a7c75ccc38368d641752a7955a6cf695b77b7b
4
+ data.tar.gz: 73545048ffb300f699739697eb68966729e6fd6f8a444afaf41bc5f1b0a76d8e
5
5
  SHA512:
6
- metadata.gz: c70a6773e709b3be9f5b4b0932821e4756d6482152cc115e001eb253df41a910f7562a48afb3e2d7820a756857a1c8d89e38ea1e676d82d8677de71b2f6ccd63
7
- data.tar.gz: 2586612699c55a2bafa654ba85cac2bbf973ca4460a209a9f22fb039aa431c1e97289e4e21f334b7a2796928befad962377ed24316251b17f3453532b7cdf200
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
- RSpec/Capybara/CurrentPathExpectation:
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
- RSpec/Capybara/VisibilityMatcher:
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
- RSpec/FactoryBot/AttributeDefinedStatically:
781
+ FactoryBot/AttributeDefinedStatically:
782
782
  Description: Always declare attribute values as blocks.
783
783
  Enabled: true
784
784
  Include:
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Standard
4
4
  module Rspec
5
- VERSION = "0.1.1"
5
+ VERSION = "0.1.2"
6
6
  end
7
7
  end
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - shilin-anton