Add test for updating domain pw #2833

This commit is contained in:
Martin Lensment 2015-08-13 12:33:20 +03:00
parent 3c934d70e8
commit 8b5428fa3b
2 changed files with 18 additions and 1 deletions

View file

@ -1,4 +1,4 @@
TEST_EMAILS =
TEST_EMAILS =
if Rails.env.test?
%w(
test@example.com
@ -9,5 +9,6 @@ TEST_EMAILS =
new@example.com
)
else
ENV['whitelist_emails_for_staging'] ||= ''
ENV['whitelist_emails_for_staging'].split(',').map(&:strip)
end