Sha256: cbf102a96682064520bc26b2c2bea6e01fd7987870c9c2a3944d931ea460af5c

Contents?: true

Size: 289 Bytes

Versions: 1

Compression:

Stored size: 289 Bytes

Contents

When /^I call "([^"]*)" with arguments "([^"]*)"$/ do |command,args|
  bin = File.join(File.dirname(__FILE__),'..','..','bin',command)
  When "I run `#{bin} #{args}`"
end

Then /^the stdout yaml should contain exactly:$/ do |string|
  YAML.load(string).should == YAML.load(all_stdout)
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
scaffolder-tools-0.1.3 features/step_definitions/scaffolder-tools.rb