Sha256: 6ca56e6654b4182d3a012d1f9ab6eed3432bed6f6e17dbee4f3a7b0950451a44
Contents?: true
Size: 275 Bytes
Versions: 16
Compression:
Stored size: 275 Bytes
Contents
Given(/^a file named "(.*?)"$/) do |arg1| pending end When(/^I run random$/) do pending # express the regexp above with the code you wish you had end Then(/^STDOUT should match "(.*?)"$/) do |arg1| pending # express the regexp above with the code you wish you had end
Version data entries
16 entries across 16 versions & 1 rubygems