spec/rails_app/config/database.yml in undo-serializer-active_model-0.0.2 vs spec/rails_app/config/database.yml in undo-serializer-active_model-0.0.3

- old
+ new

@@ -1,4 +1,7 @@ -test: +test: &test adapter: <%= "jruby" == RUBY_ENGINE ? "jdbcsqlite3" : "sqlite3" %> database: ":memory:" timeout: 5000 + +development: + <<: *test