Skip to content

Commit 2a8061d

Browse files
committed
Add a comment why rescue yamatanooroti loading error on the test
1 parent b0f32f5 commit 2a8061d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/reline/yamatanooroti/test_rendering.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,7 @@ def test_backspace
3535
EOC
3636
end
3737
end
38-
rescue LoadError, NameError # yamatanooroti gem not found
38+
rescue LoadError, NameError
39+
# On Ruby repository, this test suit doesn't run because Ruby repo doesn't
40+
# have the yamatanooroti gem.
3941
end

0 commit comments

Comments
 (0)