1
0
Fork 0
puppet-whatpulse/spec/classes/template_spec.rb

10 lines
229 B
Ruby

require 'spec_helper'
# Rename this file to classname_spec.rb
# Check other boxen modules for examples
# or read http://rspec-puppet.com/tutorial/
describe 'template' do
it do
should contain_anchor('Hello_World')
end
end