diff options
| author | Luke Kanies <luke@madstop.com> | 2008-08-24 21:00:55 -0500 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2008-08-26 22:40:41 -0700 |
| commit | deda6465f50b582f3b8c77204965db331ba81faa (patch) | |
| tree | 66a2f0eda3844ac4aaace1ce858580a6b4cca440 /spec/shared_behaviours | |
| parent | 30dea6839b0360e2fabbeb833e6c2b8658d3f53c (diff) | |
| download | puppet-deda6465f50b582f3b8c77204965db331ba81faa.tar.gz puppet-deda6465f50b582f3b8c77204965db331ba81faa.tar.xz puppet-deda6465f50b582f3b8c77204965db331ba81faa.zip | |
Removing the last vestiges of the 'puppetmounts' protocol marker.
I created this when I first designed the fileserving
Indirection hooks, and it's unnecessary.
Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'spec/shared_behaviours')
| -rw-r--r-- | spec/shared_behaviours/file_server_terminus.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/shared_behaviours/file_server_terminus.rb b/spec/shared_behaviours/file_server_terminus.rb index 0230d39e8..91e1b2dca 100644 --- a/spec/shared_behaviours/file_server_terminus.rb +++ b/spec/shared_behaviours/file_server_terminus.rb @@ -25,7 +25,7 @@ describe "Puppet::Indirector::FileServerTerminus", :shared => true do # Stub out the modules terminus @modules = mock 'modules terminus' - @request = Puppet::Indirector::Request.new(:indirection, :method, "puppetmounts://myhost/one/my/file") + @request = Puppet::Indirector::Request.new(:indirection, :method, "puppet://myhost/one/my/file") end it "should use the file server configuration to find files" do |
