From eea3fe0a3bd128b559babd764563097a61360b0b Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 27 Nov 2018 00:44:14 +0000 Subject: enable at least one behavior git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- spec/ruby/core/main/using_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/ruby/core/main/using_spec.rb b/spec/ruby/core/main/using_spec.rb index 58cc8b0181..04acd536e1 100644 --- a/spec/ruby/core/main/using_spec.rb +++ b/spec/ruby/core/main/using_spec.rb @@ -7,11 +7,11 @@ describe "main.using" do lambda do eval('using', TOPLEVEL_BINDING) end.should raise_error(ArgumentError) +=end 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