test/solo_bootstrap_test.rb in knife-solo-0.4.1 vs test/solo_bootstrap_test.rb in knife-solo-0.4.2

- old
+ new

@@ -15,9 +15,13 @@ Chef::Knife::SoloPrepare.new.options.keys.each do |opt_key| assert bootstrap_options.include?(opt_key), "Should support option :#{opt_key}" end end + def test_includes_clean_up_cook_option + assert Chef::Knife::SoloBootstrap.options.include?(:clean_up), "Should support option :clean_up" + end + def test_runs_prepare_and_cook Chef::Knife::SoloPrepare.any_instance.expects(:run) Chef::Knife::SoloCook.any_instance.expects(:run) in_kitchen do