Sha256: 9809444aa7174c85e3543a42cd4b2945d03f2799b3c95ff520b07353273e749c

Contents?: true

Size: 343 Bytes

Versions: 278

Compression:

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

Version data entries

278 entries across 278 versions & 1 rubygems

Version Path
puppet-5.5.6 spec/integration/file_serving/fileset_spec.rb
puppet-5.5.6-x86-mingw32 spec/integration/file_serving/fileset_spec.rb
puppet-5.5.6-x64-mingw32 spec/integration/file_serving/fileset_spec.rb
puppet-5.5.6-universal-darwin spec/integration/file_serving/fileset_spec.rb
puppet-5.5.3 spec/integration/file_serving/fileset_spec.rb
puppet-5.5.3-x86-mingw32 spec/integration/file_serving/fileset_spec.rb
puppet-5.5.3-x64-mingw32 spec/integration/file_serving/fileset_spec.rb
puppet-5.5.3-universal-darwin spec/integration/file_serving/fileset_spec.rb
puppet-5.5.2 spec/integration/file_serving/fileset_spec.rb
puppet-5.5.2-x86-mingw32 spec/integration/file_serving/fileset_spec.rb
puppet-5.5.2-x64-mingw32 spec/integration/file_serving/fileset_spec.rb
puppet-5.5.2-universal-darwin spec/integration/file_serving/fileset_spec.rb
puppet-5.3.7 spec/integration/file_serving/fileset_spec.rb
puppet-5.3.7-x86-mingw32 spec/integration/file_serving/fileset_spec.rb
puppet-5.3.7-x64-mingw32 spec/integration/file_serving/fileset_spec.rb
puppet-5.3.7-universal-darwin spec/integration/file_serving/fileset_spec.rb
puppet-4.10.12 spec/integration/file_serving/fileset_spec.rb
puppet-4.10.12-x86-mingw32 spec/integration/file_serving/fileset_spec.rb
puppet-4.10.12-x64-mingw32 spec/integration/file_serving/fileset_spec.rb
puppet-4.10.12-universal-darwin spec/integration/file_serving/fileset_spec.rb