1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00

Re-enable all specs

This commit is contained in:
Andrew Haines 2012-11-12 20:31:56 +00:00
parent c5b027d347
commit 95f93d3655

View file

@ -10,7 +10,7 @@ end
task "default" => "ci"
desc "Run all tests for CI"
task "ci" => "spec:integration" #"spec"
task "ci" => "spec"
desc "Run all specs"
task "spec" => "spec:all"