aboutsummaryrefslogtreecommitdiff
path: root/spec/fixtures
AgeCommit message (Collapse)Author
2012-07-11Changed rspec test for calling outside of modulecrayfishx
Until we decide how to simulate rspec-puppet calling this class from a different module this test has been changed to just test deploying the file.
2012-07-11Revert "Fully qualify $::caller_module_name fact."crayfishx
* the problem is with the test not the code This reverts commit b5fce3cce34c5ff01243a4dfe9205d26f3c98857.
2012-07-11Fully qualify $::caller_module_name fact.crayfishx
This fixes the following failed test: 1) tftp::file when deploying file from another module Failure/Error: }) expected that the catalogue would contain File[/srv/tftp/sample] with source set to `"puppet:///modules/acme/sample"` but it is set to `"puppet:///modules/tftp/sample"` in the catalogue # ./spec/defines/tftp_file_spec.rb:138
2012-05-25Update for the new module templateBranan Purvine-Riley
* Add `rake spec_full` and friends * Remove recursive symlink * Prepend fixtures modulepath instead of overriding * Update travis config to use spec_full
2012-05-01Add support files for initial release.Nan Liu
* Update documentation. * Fix puppet-lint 80 char issues. * Add spec tests. * Add modulefile, changelog, rakefile, and license.