mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
derp
This commit is contained in:
@@ -231,8 +231,8 @@ module Spree
|
||||
|
||||
context "otherwise" do
|
||||
before do
|
||||
li.stub(:unit_to_display) { 'Spelt Sourghdough' }
|
||||
li.stub(:display_name) { '1 Loaf' }
|
||||
li.stub(:unit_to_display) { '1 Loaf' }
|
||||
li.stub(:display_name) { 'Spelt Sourdough' }
|
||||
end
|
||||
|
||||
it "returns unit_to_display" do
|
||||
|
||||
Reference in New Issue
Block a user