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