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