From 00b7ebcf9070810e82c2db62d81abea7a854e706 Mon Sep 17 00:00:00 2001 From: Ken Barber Date: Wed, 15 Jun 2011 22:54:56 +0200 Subject: [PATCH] Added some notes about how to run tests. --- README.markdown | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 -- 2.45.2