summaryrefslogtreecommitdiff
path: root/test/ruby/test_enumerator.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-01-10 07:13:04 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-01-10 07:13:04 +0000
commit1e835d1c74be1aa01ff22cc763a44562eb271ee7 (patch)
treea27163817b4179e90429be19fc04859ef845ab5c /test/ruby/test_enumerator.rb
parent6166e9cf28bc470c818c461e6b9fb5fdb7b93c22 (diff)
* test/ruby/test_enumerator.rb (test_nested_iteration): fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34262 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_enumerator.rb')
-rw-r--r--test/ruby/test_enumerator.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_enumerator.rb b/test/ruby/test_enumerator.rb
index 0ee33ca6f1..10ba2f184e 100644
--- a/test/ruby/test_enumerator.rb
+++ b/test/ruby/test_enumerator.rb
@@ -43,7 +43,7 @@ class TestEnumerator < Test::Unit::TestCase
}
end
- def test_nested_itaration
+ def test_nested_iteration
def (o = Object.new).each
yield :ok1
yield [:ok2, :x].each.next