spec/schema.rb in active_null-0.0.3 vs spec/schema.rb in active_null-0.0.4

- old
+ new

@@ -9,6 +9,10 @@ create_table :comments, force: true do |t| t.string :content t.references :post t.timestamps end + + create_table :test_models, force: true do |t| + t.timestamps + end end