summaryrefslogtreecommitdiff
path: root/spec/support/shared_examples/fast_destroy_all.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/shared_examples/fast_destroy_all.rb')
-rw-r--r--spec/support/shared_examples/fast_destroy_all.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/support/shared_examples/fast_destroy_all.rb b/spec/support/shared_examples/fast_destroy_all.rb
index a8079b6d864..a64259c03f2 100644
--- a/spec/support/shared_examples/fast_destroy_all.rb
+++ b/spec/support/shared_examples/fast_destroy_all.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
shared_examples_for 'fast destroyable' do
describe 'Forbid #destroy and #destroy_all' do
it 'does not delete database rows and associted external data' do