jasmine-headless-webkit/features/steps/when/i_run_executable.rb
2011-12-30 10:47:08 -05:00

5 lines
65 B
Ruby

When /^I run `(.*)`$/ do |command|
@output = `#{command}`
end