From b02f3731b64555457c608f93d2f6d61e0e4e75c6 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 27 Nov 2018 05:42:33 +0000 Subject: restore using_spec.rb git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- spec/ruby/core/main/using_spec.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'spec') diff --git a/spec/ruby/core/main/using_spec.rb b/spec/ruby/core/main/using_spec.rb index c9449a6fe9..922ce58cbd 100644 --- a/spec/ruby/core/main/using_spec.rb +++ b/spec/ruby/core/main/using_spec.rb @@ -6,11 +6,9 @@ describe "main.using" do lambda do eval('using', TOPLEVEL_BINDING) end.should raise_error(ArgumentError) -=begin lambda do eval('using "foo"', TOPLEVEL_BINDING) end.should raise_error(TypeError) -=end end it "uses refinements from the given module only in the target file" do -- cgit v1.2.3