summaryrefslogtreecommitdiff
path: root/spec/support/helpers/expect_next_instance_of.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/helpers/expect_next_instance_of.rb')
-rw-r--r--spec/support/helpers/expect_next_instance_of.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/support/helpers/expect_next_instance_of.rb b/spec/support/helpers/expect_next_instance_of.rb
index b95046b2b42..749d2cb2a56 100644
--- a/spec/support/helpers/expect_next_instance_of.rb
+++ b/spec/support/helpers/expect_next_instance_of.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
module ExpectNextInstanceOf
def expect_next_instance_of(klass, *new_args)
receive_new = receive(:new)