Sha256: ea0da5aedc2b2a8d0f34b86e6aca208c9e96006b8931fe090b14cf424cdf3f33

Contents?: true

Size: 479 Bytes

Versions: 92

Compression:

Stored size: 479 Bytes

Contents

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

describe Puppet::Type.type(:selmodule), "when validating attributes" do
  [:name, :selmoduledir, :selmodulepath].each do |param|
    it "should have a #{param} parameter" do
      Puppet::Type.type(:selmodule).attrtype(param).should == :param
    end
  end

  [:ensure, :syncversion].each do |param|
    it "should have a #{param} property" do
      Puppet::Type.type(:selmodule).attrtype(param).should == :property
    end
  end
end

Version data entries

92 entries across 92 versions & 2 rubygems

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