summaryrefslogtreecommitdiff
path: root/spec/support/trace/trace_helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/trace/trace_helpers.rb')
-rw-r--r--spec/support/trace/trace_helpers.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/support/trace/trace_helpers.rb b/spec/support/trace/trace_helpers.rb
index c7802bbcb94..9255715ff71 100644
--- a/spec/support/trace/trace_helpers.rb
+++ b/spec/support/trace/trace_helpers.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
module TraceHelpers
def create_legacy_trace(build, content)
File.open(legacy_trace_path(build), 'wb') { |stream| stream.write(content) }