From ed5475b7c64ff5be1785b480da7126e749aa2188 Mon Sep 17 00:00:00 2001 From: tdreyno Date: Thu, 3 Dec 2009 15:14:55 -0800 Subject: [PATCH] run cucumber on rake --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index ebe09303..e4ab4639 100644 --- a/Rakefile +++ b/Rakefile @@ -34,4 +34,4 @@ end task :spec => :check_dependencies -task :default => :spec \ No newline at end of file +task :default => [:cucumber, :spec] \ No newline at end of file