standard-rspec 0.1.3 → 0.1.4

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: e0c7540c864709a2b67303df7be9736b25f27c067f8756a5232ca03986554e18
4
- data.tar.gz: 35925a5df773b9db3d5940fda842f2025ad418c7b60f1b0af84637df0c8fe152
3
+ metadata.gz: dc87c59fed24e4b18c06c5c5f04b90cb1365d696f42f044620765fe2cfb445d7
4
+ data.tar.gz: 7cc11bec3112b4076dfcdc6d31945c816338778db8a88bd0b4ecc6a1c17642b9
5
5
  SHA512:
6
- metadata.gz: '09eccac4dc40a869b43e50dbb27ac0b41147bb5594fd5f6847f731de217872de6a85086821f859783a4d85ad1b0d6b91ab8ec2c2583dbf73e9441284b34b600f'
7
- data.tar.gz: 9f442057e3024599f73bb2ba56b511ae85680f70b037f145cd5ebd121efe8c463a3fa9f492727de9ca096f507ff43068653926917ebc8fd230ae312842214b9a
6
+ metadata.gz: 56f91794706412008d4fe49aff32449bb998c733e0c710b08c6d44ba5c320e744e75cc2a0247f23c560b9904c8ae4cf86e185f09422cd7e1ceebcc841fa83e55
7
+ data.tar.gz: e47cc3bc2c68cdca94736e9e2edfa8cf30cf7eb339b9cf12304accd5f655454066a3b91c9e2150cd184fc7ed196d7c66bdef7bc0cfedb3f6938d48fb4e801349
@@ -29,6 +29,8 @@ 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
+
32
34
  require require_path.join("rubocop/cop/rspec/mixin/final_end_location")
33
35
  require require_path.join("rubocop/cop/rspec/mixin/inside_example_group")
34
36
  require require_path.join("rubocop/cop/rspec/mixin/location_help")
@@ -48,6 +50,7 @@ require require_path.join("rubocop/rspec/concept")
48
50
  require require_path.join("rubocop/rspec/corrector/move_node")
49
51
  require require_path.join("rubocop/rspec/example")
50
52
  require require_path.join("rubocop/rspec/example_group")
53
+ require require_path.join("rubocop/rspec/factory_bot")
51
54
  require require_path.join("rubocop/rspec/hook")
52
55
 
53
56
  # RuboCop::RSpec::Inject.defaults!
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Standard
4
4
  module Rspec
5
- VERSION = "0.1.3"
5
+ VERSION = "0.1.4"
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.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - shilin-anton