Method: Gurke::Reporters::TeamCityReporter#before_scenario

Defined in:
lib/gurke/reporters/team_city_reporter.rb

#before_scenario(scenario) ⇒ Object



18
19
20
21
# File 'lib/gurke/reporters/team_city_reporter.rb', line 18

def before_scenario(scenario)
  @scenario = scenario
  publish :testStarted, name: scenario.name
end