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

5 lines
57 B
Ruby
Raw Normal View History

2011-12-29 23:37:23 +00:00
When /^I run `(.*)`$/ do |command|
system command
end