spec/database.yml in mongoid-locker-0.1.1 vs spec/database.yml in mongoid-locker-0.2.0
- old
+ new
@@ -1,3 +1,10 @@
test:
host: localhost
database: mongoid_locker_test
+
+ # for Mongoid 3
+ sessions:
+ default:
+ database: mongoid_locker_test
+ hosts:
+ - localhost:27017