Sha256: b8f6f5d2a539fc064cdcbded5372896772518d82e01e3b081c0bfe1b392b3a92

Contents?: true

Size: 226 Bytes

Versions: 3

Compression:

Stored size: 226 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

3 entries across 3 versions & 1 rubygems

Version Path
refinerycms-generators-0.9.9.2 features/step_definitions/generator_steps.rb
refinerycms-generators-0.9.9.1 features/step_definitions/generator_steps.rb
refinerycms-generators-0.9.9 features/step_definitions/generator_steps.rb