cartodb/zeus_test.json
2020-06-15 10:58:47 +08:00

18 lines
299 B
JSON

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