spec/shared/notes.rb in rom-sql-1.3.5 vs spec/shared/notes.rb in rom-sql-2.0.0.beta1
- old
+ new
@@ -15,7 +15,9 @@
DateTime :created_at, null: ctx.oracle?(example)
DateTime :updated_at, null: ctx.oracle?(example)
DateTime :completed_at
Date :written
end
+
+ conf.relation(:notes) { schema(infer: true) }
end
end