Module: RCheck

Extended by:
ClassMethods
Defined in:
lib/rcheck.rb,
lib/rcheck/cli.rb,
lib/rcheck/dsl.rb,
lib/rcheck/conf.rb,
lib/rcheck/suite.rb,
lib/rcheck/colors.rb,
lib/rcheck/errors.rb,
lib/rcheck/result.rb,
lib/rcheck/command.rb,
lib/rcheck/filters.rb,
lib/rcheck/headers.rb,
lib/rcheck/options.rb,
lib/rcheck/version.rb,
lib/rcheck/backtrace.rb,
lib/rcheck/debugging.rb,
lib/rcheck/assertions.rb,
lib/rcheck/formatting.rb,
lib/rcheck/class_methods.rb,
lib/rcheck/option_expander.rb,
lib/rcheck/report_printers.rb,
lib/rcheck/default_commands.rb,
lib/rcheck/progress_printers.rb

Defined Under Namespace

Modules: Assertions, Backtrace, ClassMethods, Colors, Conf, DSL, Debugging, Errors, Filters, Formatting, Headers, OptionExpander, Options, ProgressPrinters, ReportPrinters Classes: CLI, Command, Formatter, Result, Suite

Constant Summary collapse

ROOT_SUITE =
Suite.new(nil, nil)
USER_CONF =
File.join Dir.home, '.rcheck'
VERSION =
'0.2.1'

Method Summary

Methods included from ClassMethods

root, version, which