Do not vendor cookbooks using Berkshelf anymore
Instead, use the Berkshelf support in knife-solo and the vagrant-berkshelf plugin on Vagrant
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
guard :rspec, cmd: "rspec --color", all_on_start: false do
|
||||
watch(/^spec\/(.+)_spec\.rb$/)
|
||||
watch(/^recipes\/(.+)\.rb$/) { |m| "spec/#{m[1]}_spec.rb" }
|
||||
watch("spec/spec_helper.rb") { "spec" }
|
||||
end
|
||||
Reference in New Issue
Block a user