From: Ken Barber Date: Wed, 15 Jun 2011 20:54:56 +0000 (+0200) Subject: Added some notes about how to run tests. X-Git-Tag: v0.0.1~44^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=00b7ebcf9070810e82c2db62d81abea7a854e706;p=puppet-modules%2Fpuppetlabs-firewall.git Added some notes about how to run tests. --- diff --git a/README.markdown b/README.markdown index 336cb76..bd6263d 100644 --- a/README.markdown +++ b/README.markdown @@ -53,3 +53,17 @@ But plans are to support lots of other firewall implementations: If you have knowledge in these rules and wish to contribute to this project feel free to submit patches (after signing a Puppetlabs CLA :-). + +### Testing + +Make sure you have: + + rake + +Install the necessary gems: + + gem install rspec + +And run the tests from the root of the source code: + + rake test