From a560add68a9c5669a24dba9cd28225e831c40398 Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 6 Dec 2016 12:49:46 +0000 Subject: Fix typos Patch by: Koichi ITO [Fix GH-1498] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56999 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_symbol.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_symbol.rb') diff --git a/test/ruby/test_symbol.rb b/test/ruby/test_symbol.rb index 24d319211f..9cb3fb5e04 100644 --- a/test/ruby/test_symbol.rb +++ b/test/ruby/test_symbol.rb @@ -325,7 +325,7 @@ class TestSymbol < Test::Unit::TestCase assert_raise(ArgumentError) { :"foo".match } end - def test_symbol_poped + def test_symbol_popped assert_nothing_raised { eval('a = 1; :"#{ a }"; 1') } end -- cgit v1.2.3