tasks.json

 1[
 2  {
 3    "label": "test $ZED_SYMBOL",
 4    "command": "ruby",
 5    "args": ["-Itest", "$ZED_FILE", "--name", "\"/$ZED_SYMBOL/\""],
 6    "tags": ["minitest-test"]
 7  },
 8  {
 9    "label": "rspec $ZED_SYMBOL",
10    "command": "./bin/rspec",
11    "args": ["\"$ZED_FILE:$ZED_ROW\""],
12    "tags": ["rspec-test"]
13  }
14]