Module: DontRepeatYourself

Defined in:
lib/dont_repeat_yourself/version.rb,
lib/dont_repeat_yourself.rb,
lib/dont_repeat_yourself/cli.rb,
lib/dont_repeat_yourself/reporter.rb,
lib/dont_repeat_yourself/formatter.rb,
lib/dont_repeat_yourself/simian_runner.rb,
lib/dont_repeat_yourself/simian_results.rb,
lib/dont_repeat_yourself/snippet_extractor.rb,
lib/dont_repeat_yourself/unit_testing_helpers.rb

Overview

:nodoc:

Defined Under Namespace

Modules: UnitTestingHelpers Classes: CLI, DefaultFormatter, FormatterFactory, HTMLFormatter, NetbeansFormatter, ProjectReporterBase, RailsPluginProjectReporter, RailsProjectReporter, RubyProjectReporter, SimianResults, SimianRunner, SnippetExtractor, TextMateFormatter, VERSION

Constant Summary collapse

DEFAULT_REPORT_DESC =
"display the default plain report"
NETBEANS_REPORT_DESC =
"display the report in the Output window of the Netbeans IDE (Ctrl+4)"
HTML_REPORT_DESC =
"generate an DRY_report.html file in the project root folder"
TEXTMATE_REPORT_DESC =
"to generate an html report with links which open files in the Textmate editor"
REPORT_TYPES =
[DEFAULT_REPORT, NETBEANS_REPORT, HTML_REPORT, TEXTMATE_REPORT]