Commit 9c94263d by Julia Hansbrough Committed by Brian Wilson

Removed email acceptance test

parent 8a30e9ba
...@@ -119,7 +119,7 @@ FEEDBACK_SUBMISSION_EMAIL = 'dummy@example.com' ...@@ -119,7 +119,7 @@ FEEDBACK_SUBMISSION_EMAIL = 'dummy@example.com'
# Include the lettuce app for acceptance testing, including the 'harvest' django-admin command # Include the lettuce app for acceptance testing, including the 'harvest' django-admin command
INSTALLED_APPS += ('lettuce.django',) INSTALLED_APPS += ('lettuce.django',)
LETTUCE_APPS = ('courseware', 'instructor',) LETTUCE_APPS = ('courseware',)
LETTUCE_BROWSER = os.environ.get('LETTUCE_BROWSER', 'chrome') LETTUCE_BROWSER = os.environ.get('LETTUCE_BROWSER', 'chrome')
# Where to run: local, saucelabs, or grid # Where to run: local, saucelabs, or grid
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment