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