mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
work towards fixing the build
One spec is failing, somehow.
This commit is contained in:
parent
fcc2bfca03
commit
d343639240
1 changed files with 2 additions and 0 deletions
2
Rakefile
2
Rakefile
|
@ -16,6 +16,8 @@ namespace :db do
|
|||
end
|
||||
end
|
||||
|
||||
task :cucumber => :"db:migrate"
|
||||
|
||||
desc "Run all tests for CI"
|
||||
task "ci" => ["spec", "cucumber"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue