Sha256: c3f593960f9e42772ca80d83c28a116bc22506f7f80a448c10091f2d901b0839

Contents?: true

Size: 322 Bytes

Versions: 136

Compression:

Stored size: 322 Bytes

Contents

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)
    expect { fileset.files }.not_to raise_error
  end
end

Version data entries

136 entries across 136 versions & 1 rubygems

Version Path
puppet-5.5.22 spec/integration/file_serving/fileset_spec.rb
puppet-5.5.22-x86-mingw32 spec/integration/file_serving/fileset_spec.rb
puppet-5.5.22-x64-mingw32 spec/integration/file_serving/fileset_spec.rb
puppet-5.5.22-universal-darwin spec/integration/file_serving/fileset_spec.rb
puppet-6.17.0 spec/integration/file_serving/fileset_spec.rb
puppet-6.17.0-x86-mingw32 spec/integration/file_serving/fileset_spec.rb
puppet-6.17.0-x64-mingw32 spec/integration/file_serving/fileset_spec.rb
puppet-6.17.0-universal-darwin spec/integration/file_serving/fileset_spec.rb
puppet-5.5.21 spec/integration/file_serving/fileset_spec.rb
puppet-5.5.21-x86-mingw32 spec/integration/file_serving/fileset_spec.rb
puppet-5.5.21-x64-mingw32 spec/integration/file_serving/fileset_spec.rb
puppet-5.5.21-universal-darwin spec/integration/file_serving/fileset_spec.rb
puppet-6.16.0 spec/integration/file_serving/fileset_spec.rb
puppet-6.16.0-x86-mingw32 spec/integration/file_serving/fileset_spec.rb
puppet-6.16.0-x64-mingw32 spec/integration/file_serving/fileset_spec.rb
puppet-6.16.0-universal-darwin spec/integration/file_serving/fileset_spec.rb
puppet-6.15.0 spec/integration/file_serving/fileset_spec.rb
puppet-6.15.0-x86-mingw32 spec/integration/file_serving/fileset_spec.rb
puppet-6.15.0-x64-mingw32 spec/integration/file_serving/fileset_spec.rb
puppet-6.15.0-universal-darwin spec/integration/file_serving/fileset_spec.rb