Sha256: 943b3f68c0ddd5b6f1aefdbace4063b3b2c3cbdaf358818a869e707824b6ce65
Contents?: true
Size: 401 Bytes
Versions: 4
Compression:
Stored size: 401 Bytes
Contents
When /^I run "([^"]*)"$/ do |arg1| @execution_results = %x[#{arg1}] $?.should be_success @execution_results.should_not match(/Could not find generator/) end Then /^there should be a directory called "([^"]*)"$/ do |arg1| File.should be_directory(arg1) end Then /^the "([^"]*)" directory should be a git repository$/ do |arg1| step 'there should be a directory called "%s/.git"' % arg1 end
Version data entries
4 entries across 4 versions & 1 rubygems