diff --git a/Rakefile b/Rakefile index 41a0e26..19047ff 100644 --- a/Rakefile +++ b/Rakefile @@ -16,6 +16,8 @@ namespace :db do end end +task :cucumber => :"db:migrate" + desc "Run all tests for CI" task "ci" => ["spec", "cucumber"]