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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dc87c59fed24e4b18c06c5c5f04b90cb1365d696f42f044620765fe2cfb445d7
|
4
|
+
data.tar.gz: 7cc11bec3112b4076dfcdc6d31945c816338778db8a88bd0b4ecc6a1c17642b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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!
|