mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Remove pry from spec
This commit is contained in:
@@ -3,7 +3,6 @@ require 'spec_helper'
|
||||
module Spree
|
||||
describe ProductsHelper do
|
||||
it "displays variant price differences as absolute, not relative values" do
|
||||
binding.pry
|
||||
variant = make_variant_stub(10.00, 10.00)
|
||||
helper.variant_price_diff(variant).should == "($10.00)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user