Class: Cucumber::Distrib::Leader::TestsProvider
- Inherits:
-
Object
- Object
- Cucumber::Distrib::Leader::TestsProvider
- Defined in:
- lib/cucumber/distrib/leader/tests_provider.rb
Overview
Default provider for tests. Looks for features at ‘features/*/.feature`.
Class Method Summary collapse
Class Method Details
.call ⇒ Array<String>
8 9 10 |
# File 'lib/cucumber/distrib/leader/tests_provider.rb', line 8 def call Dir.glob('features/**/*.feature') end |