Skip to content

Commit 70626e9

Browse files
committed
Use test-unit-ruby-core instead of hard copy from ruby repository
1 parent ed49920 commit 70626e9

File tree

6 files changed

+2
-1206
lines changed

6 files changed

+2
-1206
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ group :development do
99
gem "bundler"
1010
gem "rake"
1111
gem "test-unit"
12+
gem "test-unit-ruby-core"
1213
end

Rakefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,4 @@ Rake::TestTask.new(:test) do |t|
1515
t.test_files = FileList["test/**/test_*.rb"]
1616
end
1717

18-
task :sync_tool do
19-
require 'fileutils'
20-
FileUtils.cp "../ruby/tool/lib/core_assertions.rb", "./test/lib"
21-
FileUtils.cp "../ruby/tool/lib/envutil.rb", "./test/lib"
22-
FileUtils.cp "../ruby/tool/lib/find_executable.rb", "./test/lib"
23-
end
24-
2518
task :default => [:test]

0 commit comments

Comments
 (0)