Thorfile in berkshelf-3.0.0.beta1 vs Thorfile in berkshelf-3.0.0.beta2
- old
+ new
@@ -54,14 +54,14 @@
exit(quality_command)
end
no_tasks do
def units_command
- run('rspec --color --format=documentation spec/unit')
+ run('rspec --color --format progress spec/unit')
end
def acceptance_command
- run('cucumber --color --format pretty --tags ~@no_run')
+ run('cucumber --color --format progress --tags ~@no_run')
end
def quality_command
run('cane --gte coverage/.last_run.json,90')
end