# File gtk2/test/test_gtk_icon_theme.rb, line 31 def test_context assert_operator(@theme.icons("Actions"), :include?, "find") end
# File gtk2/test/test_gtk_icon_theme.rb, line 27 def test_no_argument assert_operator(@theme.icons, :include?, "face-cool") end