summaryrefslogtreecommitdiff
path: root/spec/unit/application/resource_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/application/resource_spec.rb')
-rwxr-xr-xspec/unit/application/resource_spec.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/unit/application/resource_spec.rb b/spec/unit/application/resource_spec.rb
index f2e2596ca..029aa466d 100755
--- a/spec/unit/application/resource_spec.rb
+++ b/spec/unit/application/resource_spec.rb
@@ -16,11 +16,6 @@ describe Puppet::Application::Resource do
@resource_app.preinit
@resource_app.extra_params.should == []
end
-
- it "should load Facter facts" do
- Facter.expects(:loadfacts).once
- @resource_app.preinit
- end
end
describe "when handling options" do