jasmine-headless-webkit/features/steps/when/i_run_executable.rb

5 lines
65 B
Ruby
Raw Normal View History

2011-12-29 23:37:23 +00:00
When /^I run `(.*)`$/ do |command|
@output = `#{command}`
2011-12-29 23:37:23 +00:00
end