bakineggs (owner)

Revisions

gist: 83248 Download_button fork
public
Description:
features/support/env.rb
Public Clone URL: git://gist.github.com/83248.git
Embed All Files: show embed
env.rb #
1
2
juggernaut = fork { exec 'juggernaut -c config/juggernaut.yml' }
at_exit { exec 'kill', juggernaut.to_s }