Issue #2886 has been reported by James Turnbull. ---------------------------------------- Bug #2886: Rspec failures since 07b94b46 http://projects.reductivelabs.com/issues/2886
Author: James Turnbull Status: Accepted Priority: Normal Assigned to: Jesse Wolfe Category: testing Target version: 0.25.2 Affected version: 0.25.1 Keywords: Branch: <pre> 2) NameError in 'Puppet::Network::FormatHandler should include all supported formats' undefined local variable or method `indirection' for FormatTester:Class /home/james/src/puppet/lib/puppet/network/format_handler.rb:137:in `put_preferred_format_first' /home/james/src/puppet/lib/puppet/network/format_handler.rb:122:in `supported_formats' ./spec/unit/network/format_handler.rb:33: /home/james/src/puppet/spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:22:in `run' /home/james/src/puppet/spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `each' /home/james/src/puppet/spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `run' 3) NameError in 'Puppet::Network::FormatHandler should return the supported formats in decreasing order of weight' undefined local variable or method `indirection' for FormatTester:Class /home/james/src/puppet/lib/puppet/network/format_handler.rb:137:in `put_preferred_format_first' /home/james/src/puppet/lib/puppet/network/format_handler.rb:122:in `supported_formats' ./spec/unit/network/format_handler.rb:49: /home/james/src/puppet/spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:22:in `run' /home/james/src/puppet/spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `each' /home/james/src/puppet/spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `run' 4) NameError in 'Puppet::Network::FormatHandler with a preferred serialization format setting that is supported should return the preferred serialization format first' undefined local variable or method `indirection' for FormatTester:Class /home/james/src/puppet/lib/puppet/network/format_handler.rb:124:in `supported_formats' ./spec/unit/network/format_handler.rb:66: /home/james/src/puppet/spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:22:in `run' /home/james/src/puppet/spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `each' /home/james/src/puppet/spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `run' 5) NameError in 'Puppet::Network::FormatHandler with a preferred serialization format setting that is not supported should still return the default format first' undefined local variable or method `indirection' for FormatTester:Class /home/james/src/puppet/lib/puppet/network/format_handler.rb:137:in `put_preferred_format_first' /home/james/src/puppet/lib/puppet/network/format_handler.rb:122:in `supported_formats' ./spec/unit/network/format_handler.rb:74: /home/james/src/puppet/spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:22:in `run' /home/james/src/puppet/spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `each' /home/james/src/puppet/spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `run' 6) NameError in 'Puppet::Network::FormatHandler with a preferred serialization format setting that is not supported should log a warning' undefined local variable or method `indirection' for FormatTester:Class /home/james/src/puppet/lib/puppet/network/format_handler.rb:137:in `put_preferred_format_first' /home/james/src/puppet/lib/puppet/network/format_handler.rb:122:in `supported_formats' ./spec/unit/network/format_handler.rb:78: /home/james/src/puppet/spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:22:in `run' /home/james/src/puppet/spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `each' /home/james/src/puppet/spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `run' </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
