Sha256: 5cbf49ba353785efbddffdd57d5abf2ad03be8654f14bff06d54ab8a76cd475f

Contents?: true

Size: 531 Bytes

Versions: 17

Compression:

Stored size: 531 Bytes

Contents

#!/usr/bin/env ruby
#
#  Created by Luke Kanies on 2007-10-18.
#  Copyright (c) 2007. All rights reserved.

require File.dirname(__FILE__) + '/../../spec_helper'

require 'puppet/file_serving/content'
require 'shared_behaviours/file_serving'

describe Puppet::FileServing::Content, " when finding files" do
  it_should_behave_like "Puppet::FileServing::Files"

  before do
    @test_class = Puppet::FileServing::Content
    @indirection = Puppet::FileServing::Content.indirection
  end

  after { Puppet::Util::Cacher.expire }
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
puppet-2.6.16 spec/integration/file_serving/content_spec.rb
puppet-2.6.15 spec/integration/file_serving/content_spec.rb
puppet-2.6.14 spec/integration/file_serving/content_spec.rb
puppet-2.6.13 spec/integration/file_serving/content_spec.rb
puppet-2.6.12 spec/integration/file_serving/content_spec.rb
puppet-2.6.11 spec/integration/file_serving/content_spec.rb
puppet-2.6.10 spec/integration/file_serving/content_spec.rb
puppet-2.6.9 spec/integration/file_serving/content_spec.rb
puppet-2.6.8 spec/integration/file_serving/content_spec.rb
puppet-2.6.7 spec/integration/file_serving/content_spec.rb
puppet-2.6.6 spec/integration/file_serving/content_spec.rb
puppet-2.6.5 spec/integration/file_serving/content_spec.rb
puppet-2.6.4 spec/integration/file_serving/content_spec.rb
puppet-2.6.3 spec/integration/file_serving/content_spec.rb
puppet-2.6.2 spec/integration/file_serving/content_spec.rb
puppet-2.6.1 spec/integration/file_serving/content_spec.rb
puppet-2.6.0 spec/integration/file_serving/content_spec.rb