Skip to content

Instantly share code, notes, and snippets.

@razum2um
Created September 16, 2013 12:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save razum2um/6579933 to your computer and use it in GitHub Desktop.
Save razum2um/6579933 to your computer and use it in GitHub Desktop.
{
"command": "ruby -rubygems -r./custom_plan -eZeus.go",
"plan": {
"boot": {
"default_bundle": {
"development_environment": {
"prerake": {"rake": []},
"runner": ["r"],
"console": ["c"],
"server": ["s"],
"generate": ["g"],
"destroy": ["d"],
"dbconsole": [],
"parallel_rspec": []
},
"test_environment": {
"test_helper": {
"test": ["rspec", "testrb"]
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment