Sha256: a37fab27bcf6971d54a17ab16a1f3377478d2d290f0d7b688c982ff06db9cb39

Contents?: true

Size: 210 Bytes

Versions: 340

Compression:

Stored size: 210 Bytes

Contents

require 'spec_helper'

whit = Puppet::Type.type(:whit)

describe whit do
  it "should stringify in a way that users will regognise" do
    expect(whit.new(:name => "Foo::Bar").to_s).to eq("Foo::Bar")
  end
end

Version data entries

340 entries across 340 versions & 1 rubygems

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