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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 521a093d6173a63cd5d93afab180c16606807dd3aab0c8743d9198d2579a5801
|
4
|
+
data.tar.gz: dc680b1ac2c4ad2deeb5fe21e1e4b37c94c0f9c5a32da627332488237291b164
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: de01ad844bd70e0268c26aef0f73ae53f35df1c0c7d3889017b217593751ff589a1b8a490f2fbda533646e49030e6c9ce7b4844f67382f6573d532683d78a741
|
7
|
+
data.tar.gz: e4adf6cc1b9727bdde6f230cc27f2862747639c070da1cab55bbb659530c2ae1ad79e81ace84cadfea20b11de8c50789c577ee318251d9b70c3c853e738acc02
|
data/config/base.yml
CHANGED
@@ -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!
|