summaryrefslogtreecommitdiff
path: root/Rakefile
AgeCommit message (Collapse)Author
2013-07-09Add rspec-system framework.Ashley Penney
2012-05-31Switch to using puppetlabs_spec_helper as a gemBranan Purvine-Riley
2012-03-29(#13439) Make spec_helper work with Puppet masterJeff McCune
Without this patch the spec_helper does not invoke Puppet.settings.send(:initialize_everything_for_tests) This is necessary to set default configuration settings, otherwise exceptions are raised when testing against the Puppet master branch.
2011-11-16(#10846) add spec tests for ntp classDan Bode
This commit adds some unit tests for the ntp class. Also adds a rakefile for running the spec tests