change bigmedia.ai to mesuite.ai

This commit is contained in:
Bilal
2020-08-04 08:16:16 +02:00
parent 8214ba9e67
commit 1045a8c328
14 changed files with 25 additions and 36 deletions

View File

@@ -8,7 +8,7 @@ RSpec.describe MailHelper, type: :helper do
link = CGI.unescape helper.mail_to_for_multiple_edls("test content", project)
expect(link).to match "test content"
expect(link).to match "info@bigmedia.ai"
expect(link).to match "info@mesuite.ai"
expect(link).to match /Multiple Adobe Premiere EDLs needed for Test Account's Test Project project/
expect(link).to match "INSTRUCTIONS"
end