diff options
author | Rémy Coutable <remy@rymai.me> | 2018-03-30 17:18:12 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-04-06 17:41:52 +0200 |
commit | 4b035896c4ed188c0b4ab0e0b5d1d97e4fef9886 (patch) | |
tree | fe2c72f9a850a1d16f05e05b85f82cd090b57c7f /spec/spec_helper.rb | |
parent | 0fff9db5eac32ae42cc06e31447104ae15c93675 (diff) | |
download | gitlab-ce-4b035896c4ed188c0b4ab0e0b5d1d97e4fef9886.tar.gz |
Introduce a new FactoriesInMigrationSpecs cop
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index beabba99cf5..83664bae046 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -66,6 +66,7 @@ RSpec.configure do |config| config.include MigrationsHelpers, :migration config.include StubFeatureFlags config.include StubENV + config.include ExpectOffense config.infer_spec_type_from_file_location! |