summaryrefslogtreecommitdiffstats
path: root/spec/unit/file_serving/mount/file_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/file_serving/mount/file_spec.rb')
-rwxr-xr-xspec/unit/file_serving/mount/file_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/file_serving/mount/file_spec.rb b/spec/unit/file_serving/mount/file_spec.rb
index 69660d62f..e77523fd5 100755
--- a/spec/unit/file_serving/mount/file_spec.rb
+++ b/spec/unit/file_serving/mount/file_spec.rb
@@ -81,7 +81,7 @@ describe Puppet::FileServing::Mount::File, " when substituting hostnames and ip
it "should use local host information if no client data is provided" do
stub_facter("myhost.mydomain.com")
@mount.path = "/%h/%d/%H"
- @mount.path().should == "/myhost/mydomain.com/myhost.mydomain.com"
+ @mount.path.should == "/myhost/mydomain.com/myhost.mydomain.com"
end
after do