From 69cfa712fef02198813dc0b26ba0b7eae044b4eb Mon Sep 17 00:00:00 2001 From: Mark Ryall Date: Sat, 17 Nov 2012 12:24:58 +1100 Subject: [PATCH] removed cucumber from the ci build (while it does not work) --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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