Skip to content

Commit

Permalink
Merge pull request #52 from nobu/test-unit-ruby-core
Browse files Browse the repository at this point in the history
sync_tool task is no longer used
  • Loading branch information
nobu authored Nov 9, 2023
2 parents 7c80117 + 4f23e7e commit 41285a5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ else
end
end

task :sync_tool do
cp "../ruby/tool/lib/core_assertions.rb", "./test/lib"
cp "../ruby/tool/lib/envutil.rb", "./test/lib"
cp "../ruby/tool/lib/find_executable.rb", "./test/lib"
end

task :check do
Bundler.with_unbundled_env do
spec = Gem::Specification::load("digest.gemspec")
Expand Down

0 comments on commit 41285a5

Please sign in to comment.