HomePhorge

[#4063] Add confine to describe block that depends on ActiveRecord
e4b3aacd7856Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

[#4063] Add confine to describe block that depends on ActiveRecord

confines are not inherited by inner define blocks. For instance:

describe "something" do

confine "can not has" => false
describe "something else"
  ... this will still be run ..
end

end

This fixes the specific describe block that is lacking the necessary
confine, allowing specs to run again while we fix the bug in confine
itself.

Details

Provenance
Rein Henrichs <rein@puppetlabs.com>Authored on
James Turnbull <james@lovedthanlost.net>Committed on Jun 26 2010, 7:56 PM
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU97936c6d3fa3: [#3921] Add facts_terminus setting to Puppet settings
Branches
Unknown
Tags
Unknown

Event Timeline

James Turnbull <james@lovedthanlost.net> committed rPUe4b3aacd7856: [#4063] Add confine to describe block that depends on ActiveRecord (authored by Rein Henrichs <rein@puppetlabs.com>).Jun 26 2010, 7:56 PM