Merge pull request #298 from edx/jonahstanley/acceptance-tests-unique-database

Jonahstanley/acceptance tests unique database
This commit is contained in:
Jonah Stanley
2013-07-10 14:09:28 -07:00
7 changed files with 206 additions and 14 deletions

View File

@@ -9,7 +9,7 @@ import random
import os
TEST_ROOT = settings.COMMON_TEST_DATA_ROOT
HTTP_PREFIX = "http://localhost:8001"
HTTP_PREFIX = "http://localhost:%s" % settings.LETTUCE_SERVER_PORT
@step(u'I go to the files and uploads page')