adding training rake task to ease running training specs

This commit is contained in:
Mike McCabe
2013-10-09 13:20:30 -04:00
parent 82387a1f92
commit 77a3940530
+4
View File
@@ -0,0 +1,4 @@
desc 'run training tests'
task :training do
Rake::Task["spec:vulnerabilities"].invoke
end