Skip to content

Commit

Permalink
Remove leading tabs in the junit_formatter.feature
Browse files Browse the repository at this point in the history
When upgrading to gherkin v6, these leading tags will make the '
scenarios fail, therefore refactor the feature file now.
  • Loading branch information
brasmusson committed Sep 25, 2018
1 parent d23f12d commit a948ad7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions features/docs/formatters/junit_formatter.feature
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ Feature: JUnit output formatter
Given this step fails
Message:
]]>
]]>
<![CDATA[ (RuntimeError)
./features/step_definitions/steps.rb:4:in `/^this step fails$/'
features/one_passing_one_failing.feature:7:in `this step fails']]>
./features/step_definitions/steps.rb:4:in `/^this step fails$/'
features/one_passing_one_failing.feature:7:in `this step fails']]>
</failure>
<system-out>
<![CDATA[]]>
Expand Down Expand Up @@ -141,10 +141,10 @@ Feature: JUnit output formatter
Given this step fails
Message:
]]>
]]>
<![CDATA[ (RuntimeError)
./features/step_definitions/steps.rb:4:in `/^this step fails$/'
features/some_subdirectory/one_passing_one_failing.feature:7:in `this step fails']]>
./features/step_definitions/steps.rb:4:in `/^this step fails$/'
features/some_subdirectory/one_passing_one_failing.feature:7:in `this step fails']]>
</failure>
<system-out>
<![CDATA[]]>
Expand Down Expand Up @@ -445,10 +445,10 @@ You *must* specify --out DIR for the junit formatter
Given this step fails
Message:
]]>
]]>
<![CDATA[ (RuntimeError)
./features/step_definitions/steps.rb:4:in `/^this step fails$/'
features/one_passing_one_failing.feature:7:in `this step fails']]>
./features/step_definitions/steps.rb:4:in `/^this step fails$/'
features/one_passing_one_failing.feature:7:in `this step fails']]>
</failure>
<system-out>
<![CDATA[]]>
Expand Down

0 comments on commit a948ad7

Please sign in to comment.