Skip to content

Commit

Permalink
Fixed error caused by directory layout of ruby/ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Nov 3, 2021
1 parent 37007e7 commit 72a2649
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ require "bundler/gem_tasks"
require "rake/testtask"

Rake::TestTask.new(:test) do |t|
t.libs << "test"
t.libs << "lib"
t.libs << "test/lib"
t.ruby_opts << "-rhelper"
t.test_files = FileList["test/**/test_*.rb"]
end

Expand Down
1 change: 0 additions & 1 deletion test/test_ipaddr.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# frozen_string_literal: true
require 'test/unit'
require 'ipaddr'
require_relative 'lib/helper'

class TC_IPAddr < Test::Unit::TestCase
def test_s_new
Expand Down

0 comments on commit 72a2649

Please sign in to comment.