summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2019-04-15 18:55:29 +0200
committerKamil Trzciński <ayufan@ayufan.eu>2019-04-15 18:55:29 +0200
commita5c1de27055b97d6b5b459827b609962c206c35e (patch)
treec2a0f368a1673e4fc2fcc5cabba6de19e92c619d
parente8025a93a244c0cc547afd628b168e46adaa3176 (diff)
downloadgitlab-ce-try-to-enable-merge-request-pipelines-rspec.tar.gz
-rw-r--r--spec/rubocop/cop/destroy_all_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/rubocop/cop/destroy_all_spec.rb b/spec/rubocop/cop/destroy_all_spec.rb
index b0bc40552b3..63a4dbb7985 100644
--- a/spec/rubocop/cop/destroy_all_spec.rb
+++ b/spec/rubocop/cop/destroy_all_spec.rb
@@ -6,6 +6,8 @@ require_relative '../../../rubocop/cop/destroy_all'
describe RuboCop::Cop::DestroyAll do
include CopHelper
+ # change me
+
subject(:cop) { described_class.new }
it 'flags the use of destroy_all with a send receiver' do