diff options
author | varac <varacanero@zeromail.org> | 2015-12-07 00:22:50 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2015-12-07 13:29:41 +0100 |
commit | 6b27efb4346e61280f041b63dd8df7ad1f2e7f81 (patch) | |
tree | c7a636e41b703eb12ce2b4876a17819bd62b7388 /README | |
parent | d372562329371c24df889d69ca4d476eda6497e9 (diff) |
Add inital puppet rspec test for custom facts
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -568,6 +568,14 @@ make sure APT indexes are up-to-date before a package upgrade is attempted, but don't want "apt-get update" to happen on every Puppet run. +Tests +===== + +To run pupept rspec tests: + + bundle install --path vendor/bundle + bundle exec rake spec + Licensing ========= |