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 11, 2023
1 parent c5e58bc commit c4e15f4
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1,206 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ gemspec

gem "bundler"
gem "test-unit"
gem "test-unit-ruby-core"
gem "rake"
gem "rake-compiler"
7 changes: 0 additions & 7 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ Rake::TestTask.new(:test) do |t|
t.test_files = FileList["test/**/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

require 'rake/extensiontask'
Rake::ExtensionTask.new("zlib")

Expand Down
Loading

0 comments on commit c4e15f4

Please sign in to comment.