]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
Added some notes about how to run tests.
authorKen Barber <ken@bob.sh>
Wed, 15 Jun 2011 20:54:56 +0000 (22:54 +0200)
committerKen Barber <ken@bob.sh>
Wed, 15 Jun 2011 20:54:56 +0000 (22:54 +0200)
README.markdown

index 336cb76525d094bdf610890f33a4d73b18a72da5..bd6263d7fedf88ba611f86f69ccddaef574a2dcd 100644 (file)
@@ -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