summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-27 00:44:14 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-27 00:44:14 +0000
commiteea3fe0a3bd128b559babd764563097a61360b0b (patch)
tree3cbecdd8539ffbd4c3bfea8931235e599acedc44 /spec
parentb0ba0595fa162b1a63dc497ef1bf1c81f5d06b1c (diff)
enable at least one behavior
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'spec')
-rw-r--r--spec/ruby/core/main/using_spec.rb2
1 files changed, 1 insertions, 1 deletions
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