2030b83f2e34715179ed356a463e801684824fe4
[mirror/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