This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'minitest/autorun' | |
class TestMap < MiniTest::Test | |
def test_has_island_with_lake? | |
map1 = | |
"0000000000 | |
0011111000 | |
0010011000 | |
0011111000 | |
0011000000 |