From cced56ef7c45d74fb1593e18f7137c144d8b8b44 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 30 Nov 2005 04:50:04 +0000 Subject: * misc/ruby-mode.el (ruby-expr-beg): support $! at the end of expression. [ruby-dev:27868] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/test_shellwords.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'test/test_shellwords.rb') diff --git a/test/test_shellwords.rb b/test/test_shellwords.rb index 1d914c5c0e..ddb2d870b0 100644 --- a/test/test_shellwords.rb +++ b/test/test_shellwords.rb @@ -11,12 +11,6 @@ class TestShellwords < Test::Unit::TestCase end - def test_not_string - assert_raises ArgumentError do - shellwords(@not_string) - end - end - def test_string assert_instance_of(Array, shellwords(@cmd)) assert_equal(4, shellwords(@cmd).length) -- cgit v1.2.3