mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
6 lines
189 B
Gherkin
6 lines
189 B
Gherkin
|
@named_test
|
||
|
Feature: an entire feature that uses a driver by tag
|
||
|
|
||
|
Scenario: should use the named driver without being explicitly told
|
||
|
Then Capybara should use the "named_test" driver
|