~ubuntu-branches/ubuntu/trusty/puppet/trusty

« back to all changes in this revision

Viewing changes to spec/integration/file_serving/terminus_helper_spec.rb

  • Committer: Package Import Robot
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2011-10-22 14:08:22 UTC
  • mfrom: (1.1.25) (3.1.32 sid)
  • Revision ID: package-import@ubuntu.com-20111022140822-odxde5lohc45yhuz
Tags: 2.7.6-1
* New upstream release (CVE-2011-3872)
* Remove cherry-picked "groupadd_aix_warning" patch
* Install all new manpages

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
  end
11
11
end
12
12
 
13
 
describe Puppet::FileServing::TerminusHelper do
 
13
describe Puppet::FileServing::TerminusHelper, :fails_on_windows => true do
14
14
  it "should be able to recurse on a single file" do
15
15
    @path = Tempfile.new("fileset_integration")
16
16
    request = Puppet::Indirector::Request.new(:metadata, :find, @path.path, :recurse => true)