Don't need a bundle install in the ci task

This commit is contained in:
Sarah Mei 2010-10-08 01:07:07 -06:00
parent e44eec4a9e
commit b02e266130

View file

@ -1,5 +1,4 @@
desc "Run all specs and features"
task :ci => [:environment] do
system "bundle install"
system "bundle exec rake"
end