hooks.rb 154 Bytes
Before('@mezuro') do |scenario|
  command = "#{RAILS_ROOT}/plugins/mezuro/features/initialize_monkey_server.sh \"#{scenario.name}\""
  system command
end