Sha256: e5a9168d80f1fa333e35d10be1b6deec49207d9c0b43b9bd19508748a4f06b2b
Contents?: true
Size: 342 Bytes
Versions: 15
Compression:
Stored size: 342 Bytes
Contents
Given /^I have a refinery application$/ do FileUtils.mkdir(File.join(@app_root)) end Then /^I should have a directory "([^"]*)"$/ do |name| File.exist?(File.join(@tmp_refinery_app_root, name)).should be_true end Then /^I should have a file "([^"]*)"$/ do |name| File.exist?(File.join(@tmp_refinery_app_root, name)).should be_true end
Version data entries
15 entries across 15 versions & 1 rubygems