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 5, 2023
1 parent a291ef5 commit 0f91e20
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1,205 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ source "https://rubygems.org"

gem "rake"
gem "test-unit"
gem "test-unit-ruby-core"
6 changes: 0 additions & 6 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ Rake::TestTask.new(:test) do |t|
t.test_files = FileList["test/**/test_*.rb"]
end

task :sync_tool, [:from] do |t, from: "../ruby"|
cp "#{from}/tool/lib/core_assertions.rb", "./test/lib"
cp "#{from}/tool/lib/envutil.rb", "./test/lib"
cp "#{from}/tool/lib/find_executable.rb", "./test/lib"
end

task :default => :test

task :rdoc do
Expand Down
Loading

0 comments on commit 0f91e20

Please sign in to comment.