diff options
author | Joachim Filip Ignacy Bartosik <jbartosik@gmail.com> | 2010-06-28 17:03:18 +0200 |
---|---|---|
committer | Joachim Filip Ignacy Bartosik <jbartosik@gmail.com> | 2010-06-28 21:02:20 +0200 |
commit | a7962b5ecf70fc0805e64657d150bdb9e80689ae (patch) | |
tree | 010e0a2f89961ec857057a9f206fc401ab778264 /Rakefile | |
parent | Link on homepage to listing of recruits with all questions answered (diff) | |
download | recruiting-webapp-a7962b5ecf70fc0805e64657d150bdb9e80689ae.tar.gz recruiting-webapp-a7962b5ecf70fc0805e64657d150bdb9e80689ae.tar.bz2 recruiting-webapp-a7962b5ecf70fc0805e64657d150bdb9e80689ae.zip |
Improved rake tasks
'rake cucumber' will generate taglibs before running tests (tests fail if
taglibs are outdated), 'rake' will run spec and cucumber tests.
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,3 +10,5 @@ require 'rake/rdoctask' require 'tasks/rails' require 'hobo/tasks/rails' + +task :default => [:cucumber, :spec] |