summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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