Class: RakeCheck::Checker::Cucumber

Inherits:
Base
  • Object
show all
Defined in:
lib/rake_check/checker/cucumber.rb

Overview

CucumberChecker checks the output for failed Scenarios

Instance Attribute Summary

Attributes inherited from Base

#check_output, #options, #short_message, #time

Instance Method Summary collapse

Methods inherited from Base

#initialize, #status, #success?, #type

Constructor Details

This class inherits a constructor from RakeCheck::Checker::Base

Instance Method Details

#runObject



8
9
10
# File 'lib/rake_check/checker/cucumber.rb', line 8

def run
  run_command({"COVERAGE" => "true"}, "cucumber features")
end