Sha256: bfc349bf0175a4e89b658724ec5f35c9d327652af5301cb3b82061f815a1dd80
Contents?: true
Size: 272 Bytes
Versions: 17
Compression:
Stored size: 272 Bytes
Contents
#!/usr/bin/env ruby require File.dirname(__FILE__) + '/../../spec_helper' whit = Puppet::Type.type(:whit).new(:name => "Foo::Bar") describe whit do it "should stringify as though it were the class it represents" do whit.to_s.should == "Class[Foo::Bar]" end end
Version data entries
17 entries across 17 versions & 1 rubygems