Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. {
  2. "version": "2.0.0",
  3. "tasks": [
  4. {
  5. "label": "RunTestFile",
  6. "type": "shell",
  7. "command": "rails test ${relativeFile}",
  8. "group": "test"
  9. },
  10. {
  11. "label": "RunSpecificTest",
  12. "type": "shell",
  13. "command": "rails test ${relativeFile}:${lineNumber}",
  14. "group": "test"
  15. }
  16. ]
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement