remove redundent ruby tests

This commit is contained in:
Maas Lalani
2021-10-20 21:24:45 -04:00
parent 119fc4d814
commit 99af53b01f

View File

@@ -31,26 +31,6 @@ func TestExecute(t *testing.T) {
ExitCode: 0,
},
},
{
block: code.Block{
Code: `puts "Hi, there!"`,
Language: "ruby",
},
expected: code.Result{
Out: "Hi, there!\n",
ExitCode: 0,
},
},
{
block: code.Block{
Code: `print "No new line"`,
Language: "ruby",
},
expected: code.Result{
Out: "No new line",
ExitCode: 0,
},
},
{
block: code.Block{
Code: `