Skip to content

Commit

Permalink
Load helper.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Apr 28, 2023
1 parent badc518 commit 82cff0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ end
Rake::TestTask.new(:normal_test) do |t|
t.verbose = true
t.deps = :generate
t.libs << "test/lib"
t.ruby_opts << "-rhelper"
t.test_files = FileList["test/**/test_*.rb"].exclude("test/rdoc/test_rdoc_rubygems_hook.rb")
end

Expand Down

0 comments on commit 82cff0b

Please sign in to comment.