Skip to content

Commit 8093d99

Browse files
committed
[wip] mark timestamp specs as pending
1 parent efdc669 commit 8093d99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec/suite/legacy/unit/rom/plugins/schema/timestamps_spec.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
ROM::Schema::DSL.new(relation: relation, adapter: :memory)
1010
end
1111

12+
before do
13+
pending "TODO: add suppport for DSL plugins"
14+
end
15+
1216
it "adds timestamp attributes" do
1317
ts_attribute = lambda do |name|
1418
ROM::Attribute.new(ROM::Types::Time.meta(source: relation), name: name)

0 commit comments

Comments
 (0)