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 Oct 20, 2023
1 parent 037ebeb commit 28ab928
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 1,207 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
ruby-version: ${{ matrix.ruby }}
- name: Build and test with Rake
run: |
gem i test-unit
gem i test-unit test-unit-ruby-core
RUBYOPT='--disable-did_you_mean' rake
benchmark:
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ gem 'benchmark_driver'
gem 'memory_profiler'
gem 'jaro_winkler', '>= 1.4.0'
gem 'test-unit'
gem "test-unit-ruby-core"
7 changes: 0 additions & 7 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ end

task default: %i(test)

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

namespace :test do
namespace :accuracy do
desc "Download Wiktionary's Simple English data and save it as a dictionary"
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ before_test:
- gem -v
- bundle -v
- gem uni did_you_mean
- gem i test-unit-ruby-core

test_script:
- rake
Loading

0 comments on commit 28ab928

Please sign in to comment.