From 54dae581cc94ca920857e929c55eca90e5021e9e Mon Sep 17 00:00:00 2001 From: Libin Pan Date: Fri, 18 Nov 2011 21:44:22 -0800 Subject: [PATCH] Fix the issues on the command sequence and features folder --- cases/installfest/get_a_sticker.step | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cases/installfest/get_a_sticker.step b/cases/installfest/get_a_sticker.step index 6480ca59e..1141081a2 100644 --- a/cases/installfest/get_a_sticker.step +++ b/cases/installfest/get_a_sticker.step @@ -5,9 +5,11 @@ note "If this works - get a sticker from them for your computer!" verify "rails installation" do console <<-BASH -rails new suggestotron -m http://ram9.cc/863314.txt +rails new suggestotron -m http://pastebin.com/raw.php?i=WhLBZrDa cd suggestotron rake db:migrate +rm -rf features +mv workshop-features features rails generate cucumber:install --rspec --capybara rake cucumber BASH