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