fixed tag subscription tests

This commit is contained in:
albert
2011-07-20 17:23:38 -04:00
parent c453e7db0f
commit 6791d4d113
13 changed files with 99 additions and 44 deletions

6
script/testing/reset_db.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
rake db:drop db:create
createlang plpgsql danbooru2
rake db:migrate