Fix spree_creditcards table renamed in Spree 1.2 upgrade, remove old pending test

This commit is contained in:
Rohan Mitchell
2012-10-11 10:47:58 +11:00
parent a686a820d9
commit c05911fa10
2 changed files with 1 additions and 4 deletions

View File

@@ -251,7 +251,7 @@ ActiveRecord::Schema.define(:version => 20121010004400) do
t.integer "numcode"
end
create_table "spree_credit_cards", :force => true do |t|
create_table "spree_creditcards", :force => true do |t|
t.string "month"
t.string "year"
t.string "cc_type"

View File

@@ -43,9 +43,6 @@ module OpenFoodWeb
@payment_method.name,
@distributor.name, @distributor.pickup_address.address1, @distributor.pickup_address.city, @distributor.pickup_address.zipcode, @shipping_instructions ]
end
it "should include breakdown an order into each line item"
end
end
end