Skip to content

Commit

Permalink
Using rake cucumber instead of rake features
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Sep 17, 2009
1 parent ce3e55f commit 5d0844d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -7,6 +7,6 @@ require 'rake/rdoctask'
require 'tasks/rails'

desc "Run all tests and features"
task :default => [:test, :features]
task :default => [:test, :cucumber]

task :cron => ['gemcutter:fetch_from_rubyforge']

0 comments on commit 5d0844d

Please sign in to comment.