Sha256: 4653fc146957e36a263d5383d35f31850691cfd122bbfe39106e0529153a29ca

Contents?: true

Size: 344 Bytes

Versions: 10

Compression:

Stored size: 344 Bytes

Contents

def flunker
  raise "FAIL"
end

Given /^passing$/ do |table|
end

Given /^failing$/ do
  flunker
end

Given /^passing without a table$/ do
end

Given /^failing without a table$/ do
  flunker
end

Given /^a step definition that calls an undefined step$/ do
  Given 'this does not exist'
end

Given /^call step "(.*)"$/ do |step|
  Given step
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
aslakhellesoy-cucumber-0.1.16.5 examples/self_test/features/step_definitions/sample_steps.rb
aslakhellesoy-cucumber-0.1.99.1 examples/self_test/features/step_definitions/sample_steps.rb
aslakhellesoy-cucumber-0.1.99.10 examples/self_test/features/step_definitions/sample_steps.rb
aslakhellesoy-cucumber-0.1.99.2 examples/self_test/features/step_definitions/sample_steps.rb
aslakhellesoy-cucumber-0.1.99.3 examples/self_test/features/step_definitions/sample_steps.rb
aslakhellesoy-cucumber-0.1.99.5 examples/self_test/features/step_definitions/sample_steps.rb
aslakhellesoy-cucumber-0.1.99.6 examples/self_test/features/step_definitions/sample_steps.rb
aslakhellesoy-cucumber-0.1.99.7 examples/self_test/features/step_definitions/sample_steps.rb
aslakhellesoy-cucumber-0.1.99.8 examples/self_test/features/step_definitions/sample_steps.rb
aslakhellesoy-cucumber-0.1.99.9 examples/self_test/features/step_definitions/sample_steps.rb