You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
299 B

{
"command": "ruby -rbundler/setup -r./zeus_plan -eZeus.go",
"plan": {
"boot": {
"default_bundle": {
"test_environment": {
"carto_test": {
"test_helper": {
"test": ["rspec", "testrb"]
}
}
}
}
}
}
}