disable mailing

This commit is contained in:
2016-04-21 21:05:45 +02:00
parent 9e32624fde
commit 7aa9d85c97
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ feature 'Support announcement' do
expect(ActionMailer::Base.deliveries.count).to eq 0
expect { click_button 'Unterstützung zusichern' }.to change { Supporter.count }.by(1)
expect(ActionMailer::Base.deliveries.count).to eq 1
# expect(ActionMailer::Base.deliveries.count).to eq 1
supporter = Supporter.find_by(email: 'blocher@blocher.ch')
expect(supporter.coordinates).to eq [8.618589100000001, 47.2926304]