summaryrefslogtreecommitdiff
path: root/spec/support/helpers/fixture_helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/helpers/fixture_helpers.rb')
-rw-r--r--spec/support/helpers/fixture_helpers.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/support/helpers/fixture_helpers.rb b/spec/support/helpers/fixture_helpers.rb
index 611d19f36a0..7b3b8ae5f7a 100644
--- a/spec/support/helpers/fixture_helpers.rb
+++ b/spec/support/helpers/fixture_helpers.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
module FixtureHelpers
def fixture_file(filename, dir: '')
return '' if filename.blank?