]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/stdlib/spec/unit/puppet/type/anchor_spec.rb
upgrade to concat 2.0.0
[dsa-puppet.git] / modules / stdlib / spec / unit / puppet / type / anchor_spec.rb
1 #!/usr/bin/env ruby
2
3 require 'puppet'
4
5 anchor = Puppet::Type.type(:anchor).new(:name => "ntp::begin")
6
7 describe anchor do
8   it "should stringify normally" do
9     anchor.to_s.should == "Anchor[ntp::begin]"
10   end
11 end