File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ def create_initialized_content
195195 <<~TEST
196196 # frozen_string_literal: true
197197
198- require_relative '../support/test_case '
198+ require_relative '../support/console_test_case '
199199
200200 module DEBUGGER__
201201 #{ create_scenario_and_program }
@@ -213,7 +213,7 @@ def make_content
213213 end
214214
215215 def create_file
216- path = "#{ __dir__ } /../debug /#{ @file_name } _test.rb"
216+ path = "#{ __dir__ } /../console /#{ @file_name } _test.rb"
217217 if File . exist? ( path )
218218 @inserted_src = File . read ( path )
219219 content = @inserted_src . split ( "\n " ) [ 0 ..-3 ] . join ( "\n " ) + "\n #{ make_content } \n end\n " if @inserted_src . include? @class
@@ -399,7 +399,7 @@ def create_initialized_content
399399 <<~TEST
400400 # frozen_string_literal: true
401401
402- require_relative '../support/test_case '
402+ require_relative '../support/protocol_test_case '
403403
404404 module DEBUGGER__
405405 #{ create_scenario_and_program }
@@ -640,7 +640,7 @@ def create_initialized_content
640640 <<~TEST
641641 # frozen_string_literal: true
642642
643- require_relative '../support/test_case '
643+ require_relative '../support/protocol_test_case '
644644
645645 module DEBUGGER__
646646 #{ create_scenario_and_program }
You can’t perform that action at this time.
0 commit comments