cartodb-4.42/zeus_test.json

18 lines
299 B
JSON
Raw Normal View History

2024-04-06 13:25:13 +08:00
{
"command": "ruby -rbundler/setup -r./zeus_plan -eZeus.go",
"plan": {
"boot": {
"default_bundle": {
"test_environment": {
"carto_test": {
"test_helper": {
"test": ["rspec", "testrb"]
}
}
}
}
}
}
}