Upstream sync
This commit is contained in:
@@ -8,8 +8,8 @@ RSpec.describe AdminMailer do
|
||||
|
||||
it "renders the headers" do
|
||||
expect(mail.subject).to eq("[New Video] Test Account has uploaded a new video")
|
||||
expect(mail.to).to eq(["bray@bigmedia.ai", "lee@bigmedia.ai"])
|
||||
expect(mail.from).to eq(["support@bigmedia.ai"])
|
||||
expect(mail.to).to eq(["bray@mesuite.ai"])
|
||||
expect(mail.from).to eq(["support@mesuite.ai"])
|
||||
end
|
||||
|
||||
it "renders the body" do
|
||||
@@ -24,8 +24,8 @@ RSpec.describe AdminMailer do
|
||||
|
||||
it "renders the headers" do
|
||||
expect(mail.subject).to eq("[Updated Video EDL File] Test Account has updated the EDL file for video_file.mp4")
|
||||
expect(mail.to).to eq(["bray@bigmedia.ai", "lee@bigmedia.ai"])
|
||||
expect(mail.from).to eq(["support@bigmedia.ai"])
|
||||
expect(mail.to).to eq(["bray@mesuite.ai"])
|
||||
expect(mail.from).to eq(["support@mesuite.ai"])
|
||||
end
|
||||
|
||||
it "renders the body" do
|
||||
@@ -41,8 +41,8 @@ RSpec.describe AdminMailer do
|
||||
|
||||
it "renders the headers" do
|
||||
expect(mail.subject).to eq("[Updated Video Graphics Only EDL File] Test Account has updated the Graphics Only EDL file for video_file.mp4")
|
||||
expect(mail.to).to eq(["bray@bigmedia.ai", "lee@bigmedia.ai"])
|
||||
expect(mail.from).to eq(["support@bigmedia.ai"])
|
||||
expect(mail.to).to eq(["bray@mesuite.ai"])
|
||||
expect(mail.from).to eq(["support@mesuite.ai"])
|
||||
end
|
||||
|
||||
it "renders the body" do
|
||||
@@ -58,8 +58,8 @@ RSpec.describe AdminMailer do
|
||||
|
||||
it "renders the headers" do
|
||||
expect(mail.subject).to eq("[Updated Video Audio Only EDL File] Test Account has updated the Audio Only EDL file for video_file.mp4")
|
||||
expect(mail.to).to eq(["bray@bigmedia.ai", "lee@bigmedia.ai"])
|
||||
expect(mail.from).to eq(["support@bigmedia.ai"])
|
||||
expect(mail.to).to eq(["bray@mesuite.ai"])
|
||||
expect(mail.from).to eq(["support@mesuite.ai"])
|
||||
end
|
||||
|
||||
it "renders the body" do
|
||||
|
||||
Reference in New Issue
Block a user