Skip to content

Commit

Permalink
Merge pull request #220 from ruby/use-test-unit-ruby-core
Browse files Browse the repository at this point in the history
Use released version of test-unit-ruby-core
  • Loading branch information
hsbt committed Jun 9, 2023
2 parents bf32d32 + 6e275de commit 27512b6
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1,207 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,8 +1,8 @@
source "https://rubygems.org"

group :development do
gem "bundler"
gem "rake"
gem "rake-compiler"
gem "test-unit"
gem "test-unit-ruby-core"
end
7 changes: 0 additions & 7 deletions Rakefile
Expand Up @@ -83,13 +83,6 @@ else
task :compile => 'lib/racc/parser-text.rb'
end

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

task :build => "lib/racc/parser-text.rb"

task :test => :compile

0 comments on commit 27512b6

Please sign in to comment.