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