mirror of
https://github.com/maaslalani/slides.git
synced 2026-01-09 14:28:05 -05:00
remove redundent ruby tests
This commit is contained in:
@@ -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: `
|
||||
|
||||
Reference in New Issue
Block a user