Sha256: 826c32fe3e91a97b1f4d9ed03318a36281236ac6b770c8b891afee3a8bee617d

Contents?: true

Size: 235 Bytes

Versions: 4

Compression:

Stored size: 235 Bytes

Contents

#! /usr/bin/env ruby -S rspec
require 'spec_helper'

whit = Puppet::Type.type(:whit).new(:name => "Foo::Bar")

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
puppet-3.0.0.rc8 spec/unit/type/whit_spec.rb
puppet-3.0.0.rc7 spec/unit/type/whit_spec.rb
puppet-3.0.0.rc5 spec/unit/type/whit_spec.rb
puppet-3.0.0.rc4 spec/unit/type/whit_spec.rb