Sha256: 7690efc3e377da4cc482bd4ad84772481b451d8b8eeaf2ea92d0598004747a71

Contents?: true

Size: 361 Bytes

Versions: 25

Compression:

Stored size: 361 Bytes

Contents

Transform /^#{ORDER}$/ do |order|
  order
end

Transform /^background$/ do |background|
  "background"
end

#
# This step transform converts "scenario" to "scenario"
# 
Transform /^scenario$/ do |scenario|
  "scenario"
end

#
# This step definition is all about steps
# 
Given /^this (scenario|background|#{ORDER}) step$/ do |step|
  pending "step #{order}"
end

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
yard-cucumber-2.2.2 example/step_definitions/first.step.rb
yard-cucumber-2.2.1 example/step_definitions/first.step.rb
yard-cucumber-2.2.0 example/step_definitions/first.step.rb
yard-cucumber-2.1.7 example/step_definitions/first.step.rb
yard-cucumber-2.1.6 example/step_definitions/first.step.rb
yard-cucumber-2.1.5 example/step_definitions/first.step.rb
yard-cucumber-2.1.4 example/step_definitions/first.step.rb
yard-cucumber-2.1.3 example/step_definitions/first.step.rb
yard-cucumber-2.1.2 example/step_definitions/first.step.rb
yard-cucumber-2.1.1 example/step_definitions/first.step.rb
yard-cucumber-2.1.0 example/step_definitions/first.step.rb
yard-cucumber-2.0.3 example/step_definitions/first.step.rb
yard-cucumber-2.0.2 example/step_definitions/first.step.rb
yard-cucumber-2.0.1 example/step_definitions/first.step.rb
yard-cucumber-2.0.0 example/step_definitions/first.step.rb
cucumber-in-the-yard-1.7.8 example/step_definitions/first.step.rb
cucumber-in-the-yard-1.7.7 example/step_definitions/first.step.rb
cucumber-in-the-yard-1.7.6 example/step_definitions/first.step.rb
cucumber-in-the-yard-1.7.5 example/step_definitions/first.step.rb
cucumber-in-the-yard-1.7.4 example/step_definitions/first.step.rb