Sha256: 393250fd6d767763e50d8ac01357636a5987d1482c9afccc66237e72091a762f

Contents?: true

Size: 353 Bytes

Versions: 1

Compression:

Stored size: 353 Bytes

Contents

def flunker
  raise "FAIL"
end

Given /^passing$/ do |table|
end

Given /^failing$/ do |string|
  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

1 entries across 1 versions & 1 rubygems

Version Path
aslakhellesoy-cucumber-0.1.99.11 examples/self_test/features/step_definitions/sample_steps.rb