test/integration/cases/apache2_bootstrap.rb in knife-solo-0.4.3 vs test/integration/cases/apache2_bootstrap.rb in knife-solo-0.5.0

- old
+ new

@@ -6,10 +6,10 @@ module Apache2Bootstrap include Apache2Cook def write_berksfile File.open('Berksfile', 'w') do |f| - f.puts "site :opscode" + f.puts 'source "https://supermarket.chef.io"' f.puts "cookbook 'apache2'" end end def test_apache2