Sha256: fdc3b9aba4a0a0aefe629f51c8351f1cb8bdc20c0a0a34ac63d5d6ebaf3b1746

Contents?: true

Size: 273 Bytes

Versions: 92

Compression:

Stored size: 273 Bytes

Contents

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

describe Puppet::Face[:file, '0.0.1'] do
  it_should_behave_like "an indirector face"

  [:download, :store].each do |action|
    it { should be_action action }
    it { should respond_to action }
  end
end

Version data entries

92 entries across 92 versions & 2 rubygems

Version Path
puppet-3.8.7 spec/unit/face/file_spec.rb
puppet-3.8.7-x86-mingw32 spec/unit/face/file_spec.rb
puppet-3.8.7-x64-mingw32 spec/unit/face/file_spec.rb
puppet-3.8.6 spec/unit/face/file_spec.rb
puppet-3.8.6-x86-mingw32 spec/unit/face/file_spec.rb
puppet-3.8.6-x64-mingw32 spec/unit/face/file_spec.rb
puppet-3.8.5 spec/unit/face/file_spec.rb
puppet-3.8.5-x86-mingw32 spec/unit/face/file_spec.rb
puppet-3.8.5-x64-mingw32 spec/unit/face/file_spec.rb
puppet-3.8.4 spec/unit/face/file_spec.rb
puppet-3.8.4-x86-mingw32 spec/unit/face/file_spec.rb
puppet-3.8.4-x64-mingw32 spec/unit/face/file_spec.rb
puppet-3.8.3 spec/unit/face/file_spec.rb
puppet-3.8.3-x86-mingw32 spec/unit/face/file_spec.rb
puppet-3.8.3-x64-mingw32 spec/unit/face/file_spec.rb
puppet-3.8.2 spec/unit/face/file_spec.rb
puppet-3.8.2-x86-mingw32 spec/unit/face/file_spec.rb
puppet-3.8.2-x64-mingw32 spec/unit/face/file_spec.rb
puppet-3.8.1 spec/unit/face/file_spec.rb
puppet-3.8.1-x86-mingw32 spec/unit/face/file_spec.rb