Skip to content

Commit

Permalink
Merge pull request #50 from nobu/test-unit-ruby-core
Browse files Browse the repository at this point in the history
  • Loading branch information
knu authored Jun 12, 2023
2 parents 95559e9 + 7c1325a commit a109cb2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1,202 deletions.
7 changes: 5 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
source "https://rubygems.org"

gem "rake"
gem "rake-compiler"
gem "test-unit"
group :development do
gem "rake-compiler"
gem "test-unit"
gem "test-unit-ruby-core"
end
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ task :check do
gem = "pkg/digest-#{version}#{"-java" if RUBY_ENGINE == "jruby"}.gem"
File.size?(gem) or abort "gem not built!"

require_relative "test/lib/envutil"
require "envutil"

require 'tmpdir'
status = Dir.mktmpdir do |tmpdir|
Expand Down
Loading

0 comments on commit a109cb2

Please sign in to comment.