Skip to content

Instantly share code, notes, and snippets.

@Syntaf
Last active July 1, 2020 02:15
Show Gist options
  • Save Syntaf/9fcfe83a1b1efb5d2235770cadf0f0ea to your computer and use it in GitHub Desktop.
Save Syntaf/9fcfe83a1b1efb5d2235770cadf0f0ea to your computer and use it in GitHub Desktop.
{
"version": "0.2.0",
"configurations": [
{
"cwd": "${workspaceRoot}",
"name": "Minitest - Run at cursor position",
"type": "Ruby",
"request": "launch",
"program": "${workspaceRoot}/bin/rails",
"args": [
"test",
"${file}:${lineNumber}"
]
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment