aboutsummaryrefslogtreecommitdiffstats
path: root/test/support
diff options
context:
space:
mode:
Diffstat (limited to 'test/support')
-rw-r--r--test/support/fake_record.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/support/fake_record.rb b/test/support/fake_record.rb
index 4867dad5dc..03116ff2ee 100644
--- a/test/support/fake_record.rb
+++ b/test/support/fake_record.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
module FakeRecord
class Column < Struct.new(:name, :type)
end