Skip to content

Commit 228a7e7

Browse files
committed
Use test-unit-ruby-core gem
1 parent 5c9d9f5 commit 228a7e7

6 files changed

Lines changed: 2 additions & 1158 deletions

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ end
1515

1616
gem "rake"
1717
gem "test-unit"
18+
gem "test-unit-ruby-core"
1819
gem "all_images", "~> 0"

Rakefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -336,12 +336,5 @@ else
336336
task :release => :build
337337
end
338338

339-
task :sync_tool do
340-
require 'fileutils'
341-
FileUtils.cp "../../ruby/ruby/tool/lib/test/unit/core_assertions.rb", "./tests/lib"
342-
FileUtils.cp "../../ruby//ruby/tool/lib/envutil.rb", "./tests/lib"
343-
FileUtils.cp "../../ruby//ruby/tool/lib/find_executable.rb", "./tests/lib"
344-
end
345-
346339
desc "Compile in the the source directory"
347340
task :default => [ :clean, :test ]

0 commit comments

Comments
 (0)