summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-27 05:42:33 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-27 05:42:33 +0000
commitb02f3731b64555457c608f93d2f6d61e0e4e75c6 (patch)
tree6cd6d1643a12ea9babe739136b93574c93c39846 /spec
parentaa4493596932154ffd84c0e9f9e2f863105b529f (diff)
restore using_spec.rb
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'spec')
-rw-r--r--spec/ruby/core/main/using_spec.rb2
1 files changed, 0 insertions, 2 deletions
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