Use rake to run tests
This commit is contained in:
parent
5959e9dc8d
commit
f4492cf8cd
|
@ -0,0 +1,2 @@
|
||||||
|
*.swp
|
||||||
|
*.gem
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"code-runner.customCommand": "ruby test/mutual_recursion_test.rb",
|
"code-runner.customCommand": "rake test",
|
||||||
"code-runner.runInTerminal": true
|
"code-runner.runInTerminal": true
|
||||||
}
|
}
|
Loading…
Reference in New Issue