Remove pry from spec

This commit is contained in:
Rohan Mitchell
2013-10-31 16:27:13 +11:00
parent 094485bc2d
commit 34638c0bf9

View File

@@ -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)"