From a540f0cdb7152f44e8cfbfc5052c336aeb514a38 Mon Sep 17 00:00:00 2001 From: todb-r7 Date: Sun, 17 Feb 2013 11:22:06 -0800 Subject: [PATCH] Updated Metasploit Development Environment (markdown) --- dev/Metasploit-Development-Environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/Metasploit-Development-Environment.md b/dev/Metasploit-Development-Environment.md index f80b29d58c..81f13e8f8e 100644 --- a/dev/Metasploit-Development-Environment.md +++ b/dev/Metasploit-Development-Environment.md @@ -368,7 +368,7 @@ Note that Git branches are cheap (nearly free, in terms of disk space), so this

Rspec Tests

-We are slowly lurching toward a normal testing environment, and will be requiring spec tests for changes to the framework soon. To get in the habit now, run the standard set of tests against your local Metasploit branch. First, make sure you have all the gems installed, then run the `rake spec` task. +We are slowly lurching toward a normal testing environment, and will soon be requiring spec tests to validate changes to the framework. To get in the habit now, run the standard set of tests against your local Metasploit branch. First, make sure you have all the gems installed, then run the `rake spec` task. ```` $ gem bundle install