コード例 #1
0
ファイル: apptest.go プロジェクト: oblank/revel-mgo
func (t *AppTest) After() {
	// Cleanup any mess we made
	models.Collection(rmgo.Database).DropCollection()
}
コード例 #2
0
ファイル: apptest.go プロジェクト: oblank/revel-mgo
func (t *AppTest) Before() {
	// Make sure our collection is clean
	models.Collection(rmgo.Database).DropCollection()
}