Module: RazorRisk::Razor::Control

Included in:
RakeHelpers::DiagnosticTasks, RakeHelpers::RazorTasks
Defined in:
lib/razor_risk/razor/control/version.rb,
lib/razor_risk/razor/control/exceptions.rb,
lib/razor_risk/razor/control/razor/executor.rb,
lib/razor_risk/razor/control/gem/gem_helpers.rb,
lib/razor_risk/razor/control/rake_helpers/aborter.rb,
lib/razor_risk/razor/control/razor/razor_instance.rb,
lib/razor_risk/razor/control/rake_helpers/gem_tasks.rb,
lib/razor_risk/razor/control/rake_helpers/razor_tasks.rb,
lib/razor_risk/razor/control/cucumber_helpers/executor.rb,
lib/razor_risk/razor/control/rake_helpers/task_helpers.rb,
lib/razor_risk/razor/control/diagnostics/util_functions.rb,
lib/razor_risk/razor/control/rake_helpers/diagnostic_tasks.rb,
lib/razor_risk/razor/control/cucumber_helpers/consolidate_reports.rb

Defined Under Namespace

Modules: CucumberHelpers, Diagnostics, Exceptions, Gem, RakeHelpers, Razor

Constant Summary collapse

VERSION =

Current version of the RazorRisk::Razor::Control library

'0.1'
VERSION_MAJOR =

Major version of the RazorRisk::Razor:Control library

VERSION_PARTS_[0]
VERSION_MINOR =

Minor version of the RazorRisk::Razor::Control library

VERSION_PARTS_[1]
VERSION_PATCH =

Patch version of the RazorRisk::Razor::Control library

VERSION_PARTS_[2]
VERSION_COMMIT =

Commit version of the RazorRisk::Razor::Control library

VERSION_PARTS_[3] || 0
DESCRIPTION =

The description of the framework

'Support library for controlling razor testing environments.'