Sha256: e6c6408f566a9f2f4aebfa564ceebcc098f8d66f399167b3ed948cd6458173ea

Contents?: true

Size: 226 Bytes

Versions: 57

Compression:

Stored size: 226 Bytes

Contents

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

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

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

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
puppet-3.8.1-x64-mingw32 spec/unit/type/whit_spec.rb
puppet-3.7.5 spec/unit/type/whit_spec.rb
puppet-3.7.5-x86-mingw32 spec/unit/type/whit_spec.rb
puppet-3.7.5-x64-mingw32 spec/unit/type/whit_spec.rb
puppet-3.7.4 spec/unit/type/whit_spec.rb
puppet-3.7.4-x86-mingw32 spec/unit/type/whit_spec.rb
puppet-3.7.4-x64-mingw32 spec/unit/type/whit_spec.rb
puppet-3.7.3 spec/unit/type/whit_spec.rb
puppet-3.7.3-x86-mingw32 spec/unit/type/whit_spec.rb
puppet-3.7.3-x64-mingw32 spec/unit/type/whit_spec.rb
puppet-3.7.2 spec/unit/type/whit_spec.rb
puppet-3.7.2-x86-mingw32 spec/unit/type/whit_spec.rb
puppet-3.7.2-x64-mingw32 spec/unit/type/whit_spec.rb
puppet-3.7.1 spec/unit/type/whit_spec.rb
puppet-3.7.1-x86-mingw32 spec/unit/type/whit_spec.rb
puppet-3.7.1-x64-mingw32 spec/unit/type/whit_spec.rb
puppet-3.7.0 spec/unit/type/whit_spec.rb
puppet-3.7.0-x86-mingw32 spec/unit/type/whit_spec.rb
puppet-3.7.0-x64-mingw32 spec/unit/type/whit_spec.rb
puppet-3.6.2 spec/unit/type/whit_spec.rb