Remove all texts of decide madrid

This commit is contained in:
decabeza
2019-03-26 18:22:02 +01:00
parent f47ec9d7dc
commit b79061064b
4 changed files with 16 additions and 16 deletions

View File

@@ -61,7 +61,7 @@ describe "Dashboards Rake" do
expect(email).to deliver_from("CONSUL <noreply@consul.dev>")
expect(email).to deliver_to(proposal.author)
expect(email).to have_subject("More news about your citizen proposal in Decide Madrid")
expect(email).to have_subject("More news about your citizen proposal")
end
it "when there are news actions actived for draft proposals" do
@@ -74,7 +74,7 @@ describe "Dashboards Rake" do
expect(email).to deliver_from("CONSUL <noreply@consul.dev>")
expect(email).to deliver_to(proposal.author)
expect(email).to have_subject("More news about your citizen proposal in Decide Madrid")
expect(email).to have_subject("More news about your citizen proposal")
end
end