From 8892cc5a8fbdc91c375f9b3b81051e153aefc268 Mon Sep 17 00:00:00 2001 From: marcandre Date: Tue, 15 Jan 2013 01:40:29 +0000 Subject: * test_lazy_enumerator: Test that map & flat_map also require a block git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38822 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_lazy_enumerator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_lazy_enumerator.rb') diff --git a/test/ruby/test_lazy_enumerator.rb b/test/ruby/test_lazy_enumerator.rb index f04d26ecbe..acd4843afb 100644 --- a/test/ruby/test_lazy_enumerator.rb +++ b/test/ruby/test_lazy_enumerator.rb @@ -370,7 +370,7 @@ EOS end def test_require_block - %i[select reject drop_while take_while].each do |method| + %i[select reject drop_while take_while map flat_map].each do |method| assert_raise(ArgumentError){ [].lazy.send(method) } end end -- cgit v1.2.3