From dff3d5dc6943ff7f72882bb3f3349737d7b8e3a8 Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 24 Nov 2017 11:00:08 +0000 Subject: Fix typos [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60899 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/irb/test_workspace.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/irb/test_workspace.rb b/test/irb/test_workspace.rb index c78d18a6cb..ce4c86d20b 100644 --- a/test/irb/test_workspace.rb +++ b/test/irb/test_workspace.rb @@ -5,7 +5,7 @@ require 'irb/workspace' module TestIRB class TestWorkSpace < Test::Unit::TestCase - def test_code_around_bindinig + def test_code_around_binding Tempfile.create do |f| code = <<~RUBY # 1 @@ -32,7 +32,7 @@ module TestIRB end end - def test_code_around_bindinig_with_script_lines__ + def test_code_around_binding_with_script_lines__ with_script_lines do |script_lines| Tempfile.create do |f| code = "IRB::WorkSpace.new(binding)\n" @@ -50,7 +50,7 @@ module TestIRB end end - def test_code_around_bindinig_on_irb + def test_code_around_binding_on_irb workspace = eval("IRB::WorkSpace.new(binding)", binding, "(irb)") assert_equal(nil, workspace.code_around_binding) end -- cgit v1.2.3