Skip to content

Instantly share code, notes, and snippets.

@thejoecarroll
Created August 1, 2013 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thejoecarroll/6131905 to your computer and use it in GitHub Desktop.
Save thejoecarroll/6131905 to your computer and use it in GitHub Desktop.
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