1) Puppet::Confiner should delegate its confine method to its confine collection |
Failure/Error: confine_collection.confine(hash) |
#<Double "collection"> received :confine with unexpected arguments |
expected: ({:bee=>:baz, :foo=>:bar}) |
got: ({:bee=>:baz, :foo=>:bar}) |
# ./lib/puppet/confiner.rb:27:in `confine' |
# ./spec/unit/confiner_spec.rb:27:in `block (2 levels) in <top (required)>' |
# ./spec/spec_helper.rb:180:in `block (2 levels) in <top (required)>' |
# util/rspec_runner:44:in `run' |
# util/rspec_runner:59:in `<main>' |
Finished in 13.16 seconds (files took 1.78 seconds to load) |
|
Finished in 2 minutes 6 seconds |
25193 examples, 1 failure, 22 pending |
|
Failed examples: |
rspec ./spec/unit/confiner_spec.rb:23 # Puppet::Confiner should delegate its confine method to its confine collection |