From dfd1dd609de61445a7f4365735c3b15db27198e3 Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Fri, 2 May 2014 14:13:00 +1000 Subject: [PATCH] Re-engaging checkout spec --- lib/tasks/karma.rake | 1 - spec/features/consumer/shopping/checkout_spec.rb | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/tasks/karma.rake b/lib/tasks/karma.rake index 33a1d05dd4..4ebd4ae278 100644 --- a/lib/tasks/karma.rake +++ b/lib/tasks/karma.rake @@ -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 diff --git a/spec/features/consumer/shopping/checkout_spec.rb b/spec/features/consumer/shopping/checkout_spec.rb index 1c0d6ff32e..309148b100 100644 --- a/spec/features/consumer/shopping/checkout_spec.rb +++ b/spec/features/consumer/shopping/checkout_spec.rb @@ -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