test/test-rails-template.rb in rubber-2.16.0 vs test/test-rails-template.rb in rubber-3.0.0

- old
+ new

@@ -51,10 +51,10 @@ secret = default_secret if secret.blank? run "cp -f #{secret} config/rubber/rubber-secret.yml" chmod 'config/rubber/rubber-secret.yml', 0644 gsub_file 'config/rubber/rubber-secret.yml', /dns_provider: .*/, '' -run "vagrant init precise32 http://files.vagrantup.com/precise32.box" +run "vagrant init ubuntu/trusty64" vagrantfile = <<-EOS config.vm.define :vagrant do |vagrant| vagrant.vm.network :private_network, ip: "192.168.70.10" vagrant.vm.provider :virtualbox do |vb|