gitlab-org--gitlab-foss/features/support
Robert Speicher 9aedf9c42c Monkey patch the Spinach StdoutReporter to show scenario locations
Before:

    Scenario: Viewing invitation when signed out
      ✔  Given "John Doe" is owner of group "Owned" # features/steps/shared/group.rb:8

After:

    Scenario: Viewing invitation when signed out    # features/invites.feature:6
      ✔  Given "John Doe" is owner of group "Owned" # features/steps/shared/group.rb:8

Now if a scenario fails we can easily rerun it with a specific line
number.
2017-03-29 17:07:51 -04:00
..
capybara.rb Merge branch 'rs-capybara-screenshot-artifacts' into 'master' 2017-03-14 15:43:53 +00:00
db_cleaner.rb Remove spinach retry. 2016-10-14 14:26:12 +02:00
env.rb Monkey patch the Spinach StdoutReporter to show scenario locations 2017-03-29 17:07:51 -04:00
rerun.rb Try to fix re-run 2016-10-14 14:32:47 +02:00