diff --git a/Rakefile b/Rakefile index 4335419..18650ad 100644 --- a/Rakefile +++ b/Rakefile @@ -6,4 +6,4 @@ require File.expand_path('../config/application', __FILE__) Ocelots::Application.load_tasks -task :ci => %w(db:migrate db:test:prepare analyzer:flay analyzer:rails_best_practices simplecov cucumber stats) \ No newline at end of file +task :ci => %w(db:migrate db:test:prepare analyzer:flay analyzer:rails_best_practices simplecov stats) \ No newline at end of file