Skip to content

Commit

Permalink
Removing test for method that doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekOnCoffee committed Mar 28, 2013
1 parent 8282329 commit f221e35
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions core/spec/models/spree/product_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,6 @@ def duplicate_extra(old_product)
end
end

# Test for #2167
context "#on_sale?" do
xit "is on sale if allow_backorders preference is set to true" do
Spree::Config[:allow_backorders] = true
assert product.on_sale?
end
end

context "#price" do
# Regression test for #1173
it 'strips non-price characters' do
Expand Down

0 comments on commit f221e35

Please sign in to comment.