diff options
author | Hans de Graaff <hans@degraaff.org> | 2010-07-05 21:30:01 +0200 |
---|---|---|
committer | Hans de Graaff <hans@degraaff.org> | 2010-07-05 21:30:01 +0200 |
commit | cf9d54f4d3cc15c23d3cccef6abe769c7d333008 (patch) | |
tree | 5eb1522300c67fd5368af1f66c9f5288dab3bb94 | |
parent | Cucumber configuration (diff) | |
download | council-webapp-cf9d54f4d3cc15c23d3cccef6abe769c7d333008.tar.gz council-webapp-cf9d54f4d3cc15c23d3cccef6abe769c7d333008.tar.bz2 council-webapp-cf9d54f4d3cc15c23d3cccef6abe769c7d333008.zip |
Run both specs and features by default.
-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 => [:spec, :cucumber] |