Module: Cucover::ExampleRowExtensions
- Includes:
- FeatureElementExtensions
- Defined in:
- lib/cucover/cucumber_hooks.rb
Instance Method Summary collapse
Methods included from FeatureElementExtensions
Instance Method Details
#file ⇒ Object
20 21 22 |
# File 'lib/cucover/cucumber_hooks.rb', line 20 def file @scenario_outline.file_colon_line.split(':').first end |
#file_colon_line ⇒ Object
16 17 18 |
# File 'lib/cucover/cucumber_hooks.rb', line 16 def file_colon_line "#{file}:#{line}" end |