Skip to content

Instantly share code, notes, and snippets.

@guilleiguaran
Created August 13, 2010 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guilleiguaran/523449 to your computer and use it in GitHub Desktop.
Save guilleiguaran/523449 to your computer and use it in GitHub Desktop.
#lib/tasks/test.rake
namespace :test do
desc "Runs all cucumber features and specs"
task :all => ['db:migrate', :cucumber, :spec]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment