We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 470834d commit 2f59845Copy full SHA for 2f59845
1 file changed
exercises/practice/dominoes/dominoes_test.rb
@@ -2,13 +2,13 @@
2
require_relative 'dominoes'
3
4
class DominoesTest < Minitest::Test
5
- def test_empty_input__empty_output
+ def test_empty_input_empty_output
6
# skip
7
dominoes = []
8
assert Dominoes.chain?(dominoes)
9
end
10
11
- def test_singleton_input__singleton_output
+ def test_singleton_input_singleton_output
12
skip
13
dominoes = [[1, 1]]
14
0 commit comments