Skip to content

Commit

Permalink
remove redundent ruby tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maaslalani committed Oct 22, 2021
1 parent 119fc4d commit 99af53b
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions internal/code/execute_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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: `
Expand Down

0 comments on commit 99af53b

Please sign in to comment.