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