Sha256: 5217580cfcfe074e7590435088a223e25a3e89e82f4d43b56f396379a6abd4e7

Contents?: true

Size: 359 Bytes

Versions: 1

Compression:

Stored size: 359 Bytes

Contents

{
  // See https://go.microsoft.com/fwlink/?LinkId=733558
  // for the documentation about the tasks.json format
  "version": "2.0.0",
  "tasks": [
    {
      "label": "rake test FILE",
      "type": "shell",
      "command": "bundle",
      "args": [
        "exec",
        "rake",
        "TEST=${relativeFile}"
      ],
      "group": "test"
    }
  ]
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
skippy-0.4.2.a .vscode/tasks.json