Sha256: 3439f44fde32364035cca133a9b806e55e361d4c752002eafdbdbb44fdeb43a9

Contents?: true

Size: 180 Bytes

Versions: 8

Compression:

Stored size: 180 Bytes

Contents

Given /^passing$/ do |table|
end

Given /^failing$/ do |table|
  raise "FAIL"
end

Given /^passing without a table$/ do
end

Given /^failing without a table$/ do
  raise "FAIL"
end

Version data entries

8 entries across 8 versions & 3 rubygems

Version Path
aslakhellesoy-cucumber-0.1.16.1 examples/self_test/features/step_definitions/sample_steps.rb
aslakhellesoy-cucumber-0.1.16.2 examples/self_test/features/step_definitions/sample_steps.rb
aslakhellesoy-cucumber-0.1.16.3 examples/self_test/features/step_definitions/sample_steps.rb
aslakhellesoy-cucumber-0.1.16.4 examples/self_test/features/step_definitions/sample_steps.rb
aslakhellesoy-cucumber-0.1.16 examples/self_test/features/step_definitions/sample_steps.rb
kosmas58-cucumber-0.1.16.5 examples/self_test/features/step_definitions/sample_steps.rb
kosmas58-cucumber-0.1.16.6 examples/self_test/features/step_definitions/sample_steps.rb
cucumber-0.1.16 examples/self_test/features/step_definitions/sample_steps.rb