Skip to content

Commit 8db8b8b

Browse files
authored
Use test-unit-ruby-core gem (#51)
1 parent a9a8366 commit 8db8b8b

File tree

6 files changed

+2
-1206
lines changed

6 files changed

+2
-1206
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ group :development do
66
gem 'rake'
77
gem 'rake-compiler'
88
gem 'test-unit'
9+
gem "test-unit-ruby-core"
910
end

Rakefile

-7
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,4 @@ else
1616
task test: :compile
1717
end
1818

19-
task :sync_tool do
20-
require 'fileutils'
21-
FileUtils.cp '../ruby/tool/lib/core_assertions.rb', './test/lib'
22-
FileUtils.cp '../ruby/tool/lib/envutil.rb', './test/lib'
23-
FileUtils.cp '../ruby/tool/lib/find_executable.rb', './test/lib'
24-
end
25-
2619
task default: :test

0 commit comments

Comments
 (0)