mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-17 00:07:24 +00:00
Re-engaging checkout spec
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user