summaryrefslogtreecommitdiff
path: root/spec/support/http_io/http_io_helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/http_io/http_io_helpers.rb')
-rw-r--r--spec/support/http_io/http_io_helpers.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/support/http_io/http_io_helpers.rb b/spec/support/http_io/http_io_helpers.rb
index 42144870eb5..0193db81fa9 100644
--- a/spec/support/http_io/http_io_helpers.rb
+++ b/spec/support/http_io/http_io_helpers.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
module HttpIOHelpers
def stub_remote_url_206(url, file_path)
WebMock.stub_request(:get, url)