restore using_spec.rb

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2018-11-27 05:42:33 +00:00
parent aa44935969
commit b02f3731b6

View File

@ -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