Fix test example name

The name wasn't reflecting the method being tested.
This commit is contained in:
Pau Perez
2019-09-13 12:55:34 +02:00
parent fd77f48aca
commit 08d37bbed7

View File

@@ -105,7 +105,7 @@ module OpenFoodNetwork
end
end
describe "#send_placement_summary_emails" do
describe "#send_confirmation_summary_emails" do
let(:summary1) { double(:summary) }
let(:summary2) { double(:summary) }
let(:summaries) { { 1 => summary1, 2 => summary2 } }