Skip to content

Commit 9c4add0

Browse files
hsbtkou
andauthored
Use test-unit gem instead of test-framework of ruby repo (#216)
Co-authored-by: Sutou Kouhei <kou@clear-code.com>
1 parent 310dee4 commit 9c4add0

File tree

12 files changed

+7
-4220
lines changed

12 files changed

+7
-4220
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
- name: Install
8686
run: |
8787
rake install
88+
gem install test-unit
8889
- name: Test
8990
run: |
9091
mkdir -p tmp

csv.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,5 @@ Gem::Specification.new do |spec|
6060
spec.add_development_dependency "bundler"
6161
spec.add_development_dependency "rake"
6262
spec.add_development_dependency "benchmark_driver"
63+
spec.add_development_dependency "test-unit", ">= 3.4.3"
6364
end

test/lib/envutil.rb

Lines changed: 0 additions & 282 deletions
This file was deleted.

test/lib/find_executable.rb

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)