Skip to content

Instantly share code, notes, and snippets.

@thejoecarroll
Created August 1, 2013 14:29
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
require "spec_helper"
describe 'motd', :type => 'class' do
context "Correct Puppet version number should be stated" do
let :facts do
{
# :@puppetversion => '3.0.0'
}
end
it {
# should true
}
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment