Re-engaging checkout spec

This commit is contained in:
Will Marshall
2014-05-02 14:13:00 +10:00
parent d74265e44d
commit dfd1dd609d
2 changed files with 1 additions and 2 deletions

View File

@@ -15,7 +15,6 @@ namespace :karma do
f.flush
trap('SIGINT') { puts "Killing Karma"; exit }
exec "karma #{command} #{f.path} #{args}"
#%x{karma #{command} #{f.path} #{args}}
end
end

View File

@@ -23,7 +23,7 @@ feature "As a consumer I want to check out my cart", js: true do
page.should have_content distributor.name
end
pending "with shipping methods" do
describe "with shipping methods" do
let(:sm1) { create(:shipping_method, require_ship_address: true, name: "Frogs", description: "yellow") }
let(:sm2) { create(:shipping_method, require_ship_address: false, name: "Donkeys", description: "blue") }
before do