Fixed test setup
This commit is contained in:
@@ -9,6 +9,8 @@ machine:
|
|||||||
SECRET_KEY: F0E5AD933D7F6FD8F4DBB3E038C501C052DC0593C686D21ACB30AE205D2F634B
|
SECRET_KEY: F0E5AD933D7F6FD8F4DBB3E038C501C052DC0593C686D21ACB30AE205D2F634B
|
||||||
DATABASE_URL_TEST: postgres://ubuntu@localhost:5432/circle_test
|
DATABASE_URL_TEST: postgres://ubuntu@localhost:5432/circle_test
|
||||||
DATABASE_URL: postgres://ubuntu@localhost:5432/circle_test
|
DATABASE_URL: postgres://ubuntu@localhost:5432/circle_test
|
||||||
|
URL: http://localhost:3000
|
||||||
|
SMTP_SENDER_EMAIL: hello@example.com
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
override:
|
override:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
exports[`Mailer #welcome 1`] = `
|
exports[`Mailer #welcome 1`] = `
|
||||||
Object {
|
Object {
|
||||||
"from": "Outline <hello@mail.getoutline.com>",
|
"from": "hello@example.com",
|
||||||
"html": "
|
"html": "
|
||||||
<!DOCTYPE html PUBLIC \\"-//W3C//DTD XHTML 1.0 Strict//EN\\" \\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\">
|
<!DOCTYPE html PUBLIC \\"-//W3C//DTD XHTML 1.0 Strict//EN\\" \\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\">
|
||||||
<html
|
<html
|
||||||
|
|||||||
Reference in New Issue
Block a user