summaryrefslogtreecommitdiffstats
path: root/spec/unit/file_serving/mount.rb
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2007-10-22 22:33:06 -0500
committerLuke Kanies <luke@madstop.com>2007-10-22 22:33:06 -0500
commit7fa99b08f9aa3777fba82f24eb5bb391f3758f48 (patch)
treea9dc23c0cdf3ecbc4a177086a5c699ad4f3b00f2 /spec/unit/file_serving/mount.rb
parent688fcdf11a685dfda297beff50de8d4c751494d9 (diff)
downloadpuppet-7fa99b08f9aa3777fba82f24eb5bb391f3758f48.tar.gz
puppet-7fa99b08f9aa3777fba82f24eb5bb391f3758f48.tar.xz
puppet-7fa99b08f9aa3777fba82f24eb5bb391f3758f48.zip
Link handling is now in the file serving classes.
This was done by putting all of the functionality in the Content and Metadata class (actually, in a new base class for them). There are still some issues, and there need to be integration tests between the :local (soon to be renamed :file) termini for these classes.
Diffstat (limited to 'spec/unit/file_serving/mount.rb')
-rwxr-xr-xspec/unit/file_serving/mount.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/unit/file_serving/mount.rb b/spec/unit/file_serving/mount.rb
index e9a7f6ddc..ebe058301 100755
--- a/spec/unit/file_serving/mount.rb
+++ b/spec/unit/file_serving/mount.rb
@@ -105,10 +105,6 @@ describe Puppet::FileServing::Mount, " when finding files" do
@mount.path().should == "/myhost/mydomain.com/myhost.mydomain.com"
end
- it "should ignore links by default"
-
- it "should follow links when asked"
-
after do
Puppet::FileServing::Mount.clear_cache
end