features/step_definitions/filesystem_steps.rb in berkshelf-0.4.0 vs features/step_definitions/filesystem_steps.rb in berkshelf-0.5.0.rc1
- old
+ new
@@ -105,13 +105,11 @@
cb_path.should have_structure {
file "Gemfile" do
contains "gem 'vagrant'"
end
file "Vagrantfile" do
+ contains "require 'berkshelf/vagrant'"
contains "recipe[#{name}::default]"
- end
- directory "cookbooks" do
- directory name
end
}
end
Then /^I should have a new cookbook skeleton "(.*?)" with Git support$/ do |name|