lib/kitchen/rake_tasks.rb in test-kitchen-1.0.0.beta.3 vs lib/kitchen/rake_tasks.rb in test-kitchen-1.0.0.beta.4

- old
+ new

@@ -30,10 +30,9 @@ # Creates Kitchen Rake tasks and allows the callee to configure it. # # @yield [self] gives itself to the block def initialize @config = Kitchen::Config.new - @config.supervised = false Kitchen.logger = Kitchen.default_file_logger yield self if block_given? define end