summaryrefslogtreecommitdiff
path: root/test/irb/test_workspace.rb
diff options
context:
space:
mode:
authorStan Lo <[email protected]>2024-07-16 16:58:08 +0100
committergit <[email protected]>2024-07-16 15:58:15 +0000
commit4a4e1bf357f5b5f568ead4da0537eb4506e20e5f (patch)
treef95a378bdff0a5e4b866ea47042cc541504d41eb /test/irb/test_workspace.rb
parent4fe3082b63a801abe15711ebb907bd66aa58bc35 (diff)
[ruby/irb] Group class methods under `class << self`
(https://github.com/ruby/irb/pull/981) https://github.com/ruby/irb/commit/cdaa356df2
Diffstat (limited to 'test/irb/test_workspace.rb')
-rw-r--r--test/irb/test_workspace.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/irb/test_workspace.rb b/test/irb/test_workspace.rb
index 199ce95a37..ad515f91df 100644
--- a/test/irb/test_workspace.rb
+++ b/test/irb/test_workspace.rb
@@ -80,7 +80,6 @@ module TestIRB
assert_equal(nil, workspace.code_around_binding)
end
-
def test_toplevel_binding_local_variables
bug17623 = '[ruby-core:102468]'
bundle_exec = ENV.key?('BUNDLE_GEMFILE') ? ['-rbundler/setup'] : []