Update puppetlabs/stdlib module
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / spec / unit / puppet / type / anchor_spec.rb
old mode 100755 (executable)
new mode 100644 (file)
index c738a27..c2d9779
@@ -1,11 +1,9 @@
-#!/usr/bin/env ruby
-
 require 'spec_helper'
 
-anchor = Puppet::Type.type(:anchor).new(:name => "ntp::begin")
+anchor = Puppet::Type.type(:anchor).new(:name => 'ntp::begin')
 
 describe anchor do
-  it "should stringify normally" do
-    expect(anchor.to_s).to eq("Anchor[ntp::begin]")
+  it 'stringifies normally' do
+    expect(anchor.to_s).to eq('Anchor[ntp::begin]')
   end
 end