summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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