Thorfile in berkshelf-0.3.7 vs Thorfile in berkshelf-0.4.0.rc1

- old
+ new

@@ -31,17 +31,17 @@ exec "rspec --color --format=documentation spec" end desc "cucumber", "Run Cucumber features" def cucumber - exec "cucumber --color --format=progress" + exec "cucumber --color --format progress --tags ~@no_run" end class VCR < Thor namespace :vcr desc "clean", "clean VCR cassettes" def clean - FileUtils.rm_rf("spec/fixtures/vcr_cassettes/*") + FileUtils.rm_rf("spec/fixtures/vcr_cassettes") end end end