summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-11-30 04:50:04 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-11-30 04:50:04 +0000
commitcced56ef7c45d74fb1593e18f7137c144d8b8b44 (patch)
treedf55d54a7eb8949709cdeaadaa52b98c60e117a1 /test
parent0711cf3cd8f890de7ba4cfb5936d6849a5f2d948 (diff)
* 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
Diffstat (limited to 'test')
-rw-r--r--test/test_shellwords.rb6
1 files changed, 0 insertions, 6 deletions
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)