Skip to content

Commit

Permalink
Remove cucumber summary file name manipulation
Browse files Browse the repository at this point in the history
  • Loading branch information
sandro committed Nov 21, 2012
1 parent 62a25a7 commit edfeecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/specjour/cucumber/distributed_formatter.rb
Expand Up @@ -25,7 +25,7 @@ def prepare_failures
failure.scenario_outline
end
end.each do |failure|
@failing_scenarios << format_string("cucumber " + failure.file_colon_line[2..-1], :failed) +
@failing_scenarios << format_string("cucumber " + failure.file_colon_line, :failed) +
format_string(" # Scenario: " + failure.name, :comment)
end
end
Expand Down

0 comments on commit edfeecf

Please sign in to comment.