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.7 spec/unit/type/whit_spec.rb
puppet-3.8.7-x86-mingw32 spec/unit/type/whit_spec.rb
puppet-3.8.7-x64-mingw32 spec/unit/type/whit_spec.rb
puppet-3.8.6 spec/unit/type/whit_spec.rb
puppet-3.8.6-x86-mingw32 spec/unit/type/whit_spec.rb
puppet-3.8.6-x64-mingw32 spec/unit/type/whit_spec.rb
puppet-3.8.5 spec/unit/type/whit_spec.rb
puppet-3.8.5-x86-mingw32 spec/unit/type/whit_spec.rb
puppet-3.8.5-x64-mingw32 spec/unit/type/whit_spec.rb
puppet-3.8.4 spec/unit/type/whit_spec.rb
puppet-3.8.4-x86-mingw32 spec/unit/type/whit_spec.rb
puppet-3.8.4-x64-mingw32 spec/unit/type/whit_spec.rb
puppet-3.8.3 spec/unit/type/whit_spec.rb
puppet-3.8.3-x86-mingw32 spec/unit/type/whit_spec.rb
puppet-3.8.3-x64-mingw32 spec/unit/type/whit_spec.rb
puppet-3.8.2 spec/unit/type/whit_spec.rb
puppet-3.8.2-x86-mingw32 spec/unit/type/whit_spec.rb
puppet-3.8.2-x64-mingw32 spec/unit/type/whit_spec.rb
puppet-3.8.1 spec/unit/type/whit_spec.rb
puppet-3.8.1-x86-mingw32 spec/unit/type/whit_spec.rb