standard-rspec 0.1.4 → 0.1.5

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: dc87c59fed24e4b18c06c5c5f04b90cb1365d696f42f044620765fe2cfb445d7
4
- data.tar.gz: 7cc11bec3112b4076dfcdc6d31945c816338778db8a88bd0b4ecc6a1c17642b9
3
+ metadata.gz: 521a093d6173a63cd5d93afab180c16606807dd3aab0c8743d9198d2579a5801
4
+ data.tar.gz: dc680b1ac2c4ad2deeb5fe21e1e4b37c94c0f9c5a32da627332488237291b164
5
5
  SHA512:
6
- metadata.gz: 56f91794706412008d4fe49aff32449bb998c733e0c710b08c6d44ba5c320e744e75cc2a0247f23c560b9904c8ae4cf86e185f09422cd7e1ceebcc841fa83e55
7
- data.tar.gz: e47cc3bc2c68cdca94736e9e2edfa8cf30cf7eb339b9cf12304accd5f655454066a3b91c9e2150cd184fc7ed196d7c66bdef7bc0cfedb3f6938d48fb4e801349
6
+ metadata.gz: de01ad844bd70e0268c26aef0f73ae53f35df1c0c7d3889017b217593751ff589a1b8a490f2fbda533646e49030e6c9ce7b4844f67382f6573d532683d78a741
7
+ data.tar.gz: e4adf6cc1b9727bdde6f230cc27f2862747639c070da1cab55bbb659530c2ae1ad79e81ace84cadfea20b11de8c50789c577ee318251d9b70c3c853e738acc02
data/config/base.yml CHANGED
@@ -773,7 +773,7 @@ Capybara/VisibilityMatcher:
773
773
  VersionChanged: '2.0'
774
774
  StyleGuide: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/Capybara/VisibilityMatcher
775
775
 
776
- RSpec/FactoryBot:
776
+ FactoryBot:
777
777
  Enabled: true
778
778
  Include: *1
779
779
  Language: *2
@@ -29,8 +29,6 @@ require require_path.join("rubocop/rspec/wording")
29
29
  # Dependent on `RuboCop::RSpec::Language::NodePattern`.
30
30
  require require_path.join("rubocop/rspec/language")
31
31
 
32
- require require_path.join("rubocop/rspec/factory_bot/language")
33
-
34
32
  require require_path.join("rubocop/cop/rspec/mixin/final_end_location")
35
33
  require require_path.join("rubocop/cop/rspec/mixin/inside_example_group")
36
34
  require require_path.join("rubocop/cop/rspec/mixin/location_help")
@@ -50,7 +48,6 @@ require require_path.join("rubocop/rspec/concept")
50
48
  require require_path.join("rubocop/rspec/corrector/move_node")
51
49
  require require_path.join("rubocop/rspec/example")
52
50
  require require_path.join("rubocop/rspec/example_group")
53
- require require_path.join("rubocop/rspec/factory_bot")
54
51
  require require_path.join("rubocop/rspec/hook")
55
52
 
56
53
  # RuboCop::RSpec::Inject.defaults!
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Standard
4
4
  module Rspec
5
- VERSION = "0.1.4"
5
+ VERSION = "0.1.5"
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.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - shilin-anton