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

@@ -32,7 +32,7 @@ describe AppHost do
app_domain = AppHost.new(env, "production")
expect(app_domain.domain).to eq("bigmedia.ai")
expect(app_domain.domain).to eq("mesuite.ai")
end
end
end