remove pry call

This commit is contained in:
Andrew Spinks
2013-08-08 10:47:50 +10:00
parent 44e06fe7fc
commit 7bd0582b50

View File

@@ -50,7 +50,6 @@ module Spree
product4.save!
spree_get :index, { :template => 'bulk_index', :format => :json }
binding.pry
json_response.size.should == 4
end
end