Skip to content

Commit

Permalink
Use https://github.com/ruby/test-unit-ruby-core instead of hard-copy …
Browse files Browse the repository at this point in the history
…code
  • Loading branch information
hsbt committed Aug 2, 2023
1 parent 310650c commit 9cb1bb9
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1,207 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ gem "stackprof" if is_unix && !is_truffleruby
gem "reline", github: "ruby/reline" if ENV["WITH_LATEST_RELINE"] == "true"
gem "rake"
gem "test-unit"
gem "test-unit-ruby-core"
gem "debug", github: "ruby/debug"
7 changes: 0 additions & 7 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,4 @@ Rake::TestTask.new(:test_yamatanooroti) do |t|
t.pattern = 'test/irb/yamatanooroti/test_*.rb'
end

task :sync_tool do
require 'fileutils'
FileUtils.cp "../ruby/tool/lib/core_assertions.rb", "./test/lib"
FileUtils.cp "../ruby/tool/lib/envutil.rb", "./test/lib"
FileUtils.cp "../ruby/tool/lib/find_executable.rb", "./test/lib"
end

task :default => :test
Loading

0 comments on commit 9cb1bb9

Please sign in to comment.