rugygems: Added gemspec test resources, test cases, and minimal code to run tests and have evidence gathering test fail.

This commit is contained in:
Dale Visser
2015-08-09 14:34:24 -04:00
parent c856d01b52
commit 7eb2c89f39
6 changed files with 382 additions and 0 deletions

View File

@@ -194,6 +194,10 @@ public final class Settings {
* The properties key for whether the Python Package analyzer is enabled.
*/
public static final String ANALYZER_PYTHON_PACKAGE_ENABLED = "analyzer.python.package.enabled";
/**
* The properties key for whether the Ruby Gemspec Analyzer is enabled.
*/
public static final String ANALYZER_RUBY_GEMSPEC_ENABLED = "analyzer.ruby.gemspec.enabled";
/**
* The properties key for whether the Autoconf analyzer is enabled.
*/