summaryrefslogtreecommitdiffstats
path: root/spec/unit/util/settings.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/util/settings.rb')
-rwxr-xr-xspec/unit/util/settings.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/unit/util/settings.rb b/spec/unit/util/settings.rb
index a6b358462..9f7018697 100755
--- a/spec/unit/util/settings.rb
+++ b/spec/unit/util/settings.rb
@@ -284,11 +284,6 @@ describe Puppet::Util::Settings, " when parsing its configuration" do
lambda { @settings.parse(file) }.should_not raise_error
end
- it "should support an old parse method when per-executable configuration files still exist" do
- # I'm not going to bother testing this method.
- @settings.should respond_to(:old_parse)
- end
-
it "should convert booleans in the configuration file into Ruby booleans" do
text = "[main]
one = true