features/support/env.rb in berkshelf-0.4.0.rc1 vs features/support/env.rb in berkshelf-0.4.0.rc2

- old
+ new

@@ -30,10 +30,10 @@ @aruba_timeout_seconds = 60 @aruba_io_wait_seconds = 10 end def cookbook_store - Pathname.new(ENV["BERKSHELF_PATH"]) + Pathname.new(File.join(ENV["BERKSHELF_PATH"],"cookbooks")) end def clean_cookbook_store FileUtils.rm_rf(cookbook_store) FileUtils.mkdir_p(cookbook_store)