tasks.json

1[
2  {
3    "label": "test $ZED_RELATIVE_FILE:$ZED_ROW",
4    "command": "echo 'To run tests, configure tasks in your \".zed/tasks.json\" file as described in the Ruby extension documentation.'",
5    "tags": ["ruby-test"]
6  }
7]