Fix spec to test the right report

Probably a copy&paste error. The PackingReport had exactly the same
spec.
This commit is contained in:
Maikel Linke
2019-03-22 11:02:12 +11:00
committed by Kristina Lim
parent dac4d4ff1a
commit 6ee27cd166

View File

@@ -15,7 +15,7 @@ module OpenFoodNetwork
describe "fetching orders" do
context "as a site admin" do
subject { PackingReport.new admin_user, {}, true }
subject { OrdersAndFulfillmentsReport.new admin_user, {}, true }
it "fetches completed orders" do
o2 = create(:order)