Thorfile in berkshelf-6.3.4 vs Thorfile in berkshelf-7.0.0

- old
+ new

@@ -49,13 +49,13 @@ exit(acceptance_command) end no_tasks do def units_command - run("rspec --color --format progress spec/unit") + run("rspec --color spec/unit") end def acceptance_command - run("cucumber --color --format progress --tags ~@no_run --strict") + run("cucumber --color --tags ~@no_run --strict") end end end