From 34638c0bf9ace9870add485ea5a4df11c5c99eb6 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Thu, 31 Oct 2013 16:27:13 +1100 Subject: [PATCH] Remove pry from spec --- spec/helpers/products_helper_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/helpers/products_helper_spec.rb b/spec/helpers/products_helper_spec.rb index 0ab2fa02f2..e1c61ced5e 100644 --- a/spec/helpers/products_helper_spec.rb +++ b/spec/helpers/products_helper_spec.rb @@ -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)"