From b02e266130601dab260bbd8f931a4302efc99bac Mon Sep 17 00:00:00 2001 From: Sarah Mei Date: Fri, 8 Oct 2010 01:07:07 -0600 Subject: [PATCH] Don't need a bundle install in the ci task --- lib/tasks/ci.rake | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake index 2bd2dddaa..070a314f3 100644 --- a/lib/tasks/ci.rake +++ b/lib/tasks/ci.rake @@ -1,5 +1,4 @@ desc "Run all specs and features" task :ci => [:environment] do - system "bundle install" system "bundle exec rake" end \ No newline at end of file