Upstream sync
This commit is contained in:
@@ -8,7 +8,7 @@ describe UserMailer do
|
||||
it "renders the headers" do
|
||||
expect(mail.subject).to eq("Password reset")
|
||||
expect(mail.to).to eq([user.email])
|
||||
expect(mail.from).to eq(["support@bigmedia.ai"])
|
||||
expect(mail.from).to eq(["support@mesuite.ai"])
|
||||
end
|
||||
|
||||
it "renders the body" do
|
||||
@@ -24,7 +24,7 @@ describe UserMailer do
|
||||
it "renders the headers" do
|
||||
expect(mail.subject).to eq("You've been added to a project in the ME Suite")
|
||||
expect(mail.to).to eq([user.email])
|
||||
expect(mail.from).to eq(["support@bigmedia.ai"])
|
||||
expect(mail.from).to eq(["support@mesuite.ai"])
|
||||
end
|
||||
|
||||
it "renders the body" do
|
||||
@@ -50,7 +50,7 @@ describe UserMailer do
|
||||
it "renders the headers" do
|
||||
expect(mail.subject).to eq("Welcome to BiG")
|
||||
expect(mail.to).to eq([user.email])
|
||||
expect(mail.from).to eq(["support@bigmedia.ai"])
|
||||
expect(mail.from).to eq(["support@mesuite.ai"])
|
||||
end
|
||||
|
||||
it "renders the body" do
|
||||
|
||||
Reference in New Issue
Block a user