Skip to content

Commit

Permalink
Use test-unit-ruby-core gem
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Sep 5, 2023
1 parent 06caa63 commit 53a70d6
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1,158 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ end

gem "rake"
gem "test-unit"
gem "test-unit-ruby-core"
gem "all_images", "~> 0"
7 changes: 0 additions & 7 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -335,12 +335,5 @@ else
task :release => :build
end

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

desc "Compile in the the source directory"
task :default => [ :clean, :test ]

0 comments on commit 53a70d6

Please sign in to comment.