Update readme

This commit is contained in:
Tim Sharpe 2011-07-19 09:32:20 +10:00
parent a9dbacd03e
commit 361022726a
1 changed files with 5 additions and 6 deletions

View File

@ -1,6 +1,10 @@
# RSpec tests for your Puppet manifests
This is a work in progress.
This is a work in progress. Documentation is coming, I swear.
## Installation
gem install rspec-puppet
## Using
To test that
@ -27,8 +31,3 @@ We can write the following testcase
it { should create_exec('sysctl/reload') }
it { should create_exec('sysctl/reload').with_command("/sbin/sysctl -p /etc/sysctl.conf") }
end
## TODO
* Matchers for all the builtin types
* Move module_path definition to RSpec.configure