summaryrefslogtreecommitdiff
path: root/spec/support/fixture_file_helper.rb
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-14 12:51:18 -0600
committermo khan <mo.khan@gmail.com>2020-04-14 12:51:18 -0600
commit7ca5e094766b70fe8a8783c0c2f33fdeba46d2c5 (patch)
treef8c847639a68305b8546f31003faf63d04735984 /spec/support/fixture_file_helper.rb
parentbae02b6ae73dda47dc86590b73c21a85bb7273a5 (diff)
bundle exec rubocop -a
Diffstat (limited to 'spec/support/fixture_file_helper.rb')
-rw-r--r--spec/support/fixture_file_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/support/fixture_file_helper.rb b/spec/support/fixture_file_helper.rb
index 5a9599f..6905f02 100644
--- a/spec/support/fixture_file_helper.rb
+++ b/spec/support/fixture_file_helper.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
module FixtureFileHelper
def fixture_file_content(path, data = {})
content = IO.read(fixture_file(path))