Sha256: 9ba1550bc2f6fa2b7b0fb0e948a4d8c595db418180653113cb89cf891044c9a1

Contents?: true

Size: 347 Bytes

Versions: 92

Compression:

Stored size: 347 Bytes

Contents

#! /usr/bin/env ruby
require 'spec_helper'

require 'puppet/file_serving/fileset'

describe Puppet::FileServing::Fileset do
  it "should be able to recurse on a single file" do
    @path = Tempfile.new("fileset_integration")

    fileset = Puppet::FileServing::Fileset.new(@path.path)
    lambda { fileset.files }.should_not raise_error
  end
end

Version data entries

92 entries across 92 versions & 2 rubygems

Version Path
puppet-3.8.7 spec/integration/file_serving/fileset_spec.rb
puppet-3.8.7-x86-mingw32 spec/integration/file_serving/fileset_spec.rb
puppet-3.8.7-x64-mingw32 spec/integration/file_serving/fileset_spec.rb
puppet-3.8.6 spec/integration/file_serving/fileset_spec.rb
puppet-3.8.6-x86-mingw32 spec/integration/file_serving/fileset_spec.rb
puppet-3.8.6-x64-mingw32 spec/integration/file_serving/fileset_spec.rb
puppet-3.8.5 spec/integration/file_serving/fileset_spec.rb
puppet-3.8.5-x86-mingw32 spec/integration/file_serving/fileset_spec.rb
puppet-3.8.5-x64-mingw32 spec/integration/file_serving/fileset_spec.rb
puppet-3.8.4 spec/integration/file_serving/fileset_spec.rb
puppet-3.8.4-x86-mingw32 spec/integration/file_serving/fileset_spec.rb
puppet-3.8.4-x64-mingw32 spec/integration/file_serving/fileset_spec.rb
puppet-3.8.3 spec/integration/file_serving/fileset_spec.rb
puppet-3.8.3-x86-mingw32 spec/integration/file_serving/fileset_spec.rb
puppet-3.8.3-x64-mingw32 spec/integration/file_serving/fileset_spec.rb
puppet-3.8.2 spec/integration/file_serving/fileset_spec.rb
puppet-3.8.2-x86-mingw32 spec/integration/file_serving/fileset_spec.rb
puppet-3.8.2-x64-mingw32 spec/integration/file_serving/fileset_spec.rb
puppet-3.8.1 spec/integration/file_serving/fileset_spec.rb
puppet-3.8.1-x86-mingw32 spec/integration/file_serving/fileset_spec.rb