diff options
Diffstat (limited to 'spec/unit/configurer_spec.rb')
-rwxr-xr-x | spec/unit/configurer_spec.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/unit/configurer_spec.rb b/spec/unit/configurer_spec.rb index ecbedec28..093990591 100755 --- a/spec/unit/configurer_spec.rb +++ b/spec/unit/configurer_spec.rb @@ -12,10 +12,6 @@ describe Puppet::Configurer do Puppet[:report] = true end - it "should include the Plugin Handler module" do - Puppet::Configurer.ancestors.should be_include(Puppet::Configurer::PluginHandler) - end - it "should include the Fact Handler module" do Puppet::Configurer.ancestors.should be_include(Puppet::Configurer::FactHandler) end |