summaryrefslogtreecommitdiff
path: root/spec/unit/puppet/type/anchor_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/puppet/type/anchor_spec.rb')
-rw-r--r--spec/unit/puppet/type/anchor_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/puppet/type/anchor_spec.rb b/spec/unit/puppet/type/anchor_spec.rb
index 2030b83..f92065f 100644
--- a/spec/unit/puppet/type/anchor_spec.rb
+++ b/spec/unit/puppet/type/anchor_spec.rb
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
-require 'puppet'
+require 'spec_helper'
anchor = Puppet::Type.type(:anchor).new(:name => "ntp::begin")