Sha256: 2a5b25c0cc963cfe0c4bf5e6ccc203fb5e513611a4c354edf8d8f8169c632105
Contents?: true
Size: 303 Bytes
Versions: 7
Compression:
Stored size: 303 Bytes
Contents
GENOMER = File.join %W|#{File.dirname(__FILE__)} .. .. bin genomer| Given /^I run the genomer command with the arguments "([^"]*)"$/ do |args| step "I run `#{GENOMER} #{args}`" end Given /^I run the genomer command with no arguments/ do step 'I run the genomer command with the arguments ""' end
Version data entries
7 entries across 7 versions & 1 rubygems