spec/support/contexts.rb in apartment-0.18.0 vs spec/support/contexts.rb in apartment-0.19.0
- old
+ new
@@ -26,10 +26,10 @@
let(:api) { Apartment::Database }
before do
Apartment.reset # reset all config
Apartment.seed_after_create = false
- Apartment.use_postgres_schemas = true
+ Apartment.use_schemas = true
api.reload! # reload adapter
api.create(database1)
api.create(database2)
end
\ No newline at end of file