test/integration/cases/apache2_bootstrap.rb in knife-solo-0.3.0.pre1 vs test/integration/cases/apache2_bootstrap.rb in knife-solo-0.3.0.pre2
- old
+ new
@@ -6,9 +6,9 @@
module Apache2Bootstrap
include Apache2Cook
def test_apache2
write_cheffile
- assert_subcommand "bootstrap --run-list=recipe[apache2] #{omnibus_options}"
+ assert_subcommand "bootstrap --run-list=recipe[apache2]"
assert_match default_apache_message, http_response
end
end