Skip to content

Instantly share code, notes, and snippets.

@janvarljen
Created October 10, 2015 12:10
Show Gist options
  • Select an option

  • Save janvarljen/97a9abe83691c7937664 to your computer and use it in GitHub Desktop.

Select an option

Save janvarljen/97a9abe83691c7937664 to your computer and use it in GitHub Desktop.
require 'zeus/rails'
class CustomPlan < Zeus::Rails
end
Zeus.plan = CustomPlan.new
{
"command": "ruby -rubygems -r./custom_plan -eZeus.go",
"plan": {
"boot": {
"default_bundle": {
"development_environment": {
"prerake": {"rake": []},
"console": ["c"],
"generate": ["g"]
},
"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