Sha256: 5625f160916a75e80c399b8374217d62d94aa60fd1230b6b8a07de75703bf238

Contents?: true

Size: 189 Bytes

Versions: 340

Compression:

Stored size: 189 Bytes

Contents

require 'spec_helper'

describe Puppet::Type.type(:stage) do
  it "should have a 'name' parameter'" do
    expect(Puppet::Type.type(:stage).new(:name => :foo)[:name]).to eq(:foo)
  end
end

Version data entries

340 entries across 340 versions & 1 rubygems

Version Path
puppet-8.3.0 spec/unit/type/stage_spec.rb
puppet-8.3.0-x86-mingw32 spec/unit/type/stage_spec.rb
puppet-8.3.0-x64-mingw32 spec/unit/type/stage_spec.rb
puppet-8.3.0-universal-darwin spec/unit/type/stage_spec.rb
puppet-8.4.0 spec/unit/type/stage_spec.rb
puppet-8.4.0-x86-mingw32 spec/unit/type/stage_spec.rb
puppet-8.4.0-x64-mingw32 spec/unit/type/stage_spec.rb
puppet-8.4.0-universal-darwin spec/unit/type/stage_spec.rb
puppet-7.28.0 spec/unit/type/stage_spec.rb
puppet-7.28.0-x86-mingw32 spec/unit/type/stage_spec.rb
puppet-7.28.0-x64-mingw32 spec/unit/type/stage_spec.rb
puppet-7.28.0-universal-darwin spec/unit/type/stage_spec.rb
puppet-8.3.1 spec/unit/type/stage_spec.rb
puppet-8.3.1-x86-mingw32 spec/unit/type/stage_spec.rb
puppet-8.3.1-x64-mingw32 spec/unit/type/stage_spec.rb
puppet-8.3.1-universal-darwin spec/unit/type/stage_spec.rb
puppet-7.27.0 spec/unit/type/stage_spec.rb
puppet-7.27.0-x86-mingw32 spec/unit/type/stage_spec.rb
puppet-7.27.0-x64-mingw32 spec/unit/type/stage_spec.rb
puppet-7.27.0-universal-darwin spec/unit/type/stage_spec.rb