Skip to content

Commit

Permalink
Fix up Relative loading (ruby#821)
Browse files Browse the repository at this point in the history
Since also the template files are searched from the `$LOAD_PATH`, the
current library should not be removed.
  • Loading branch information
nobu committed Nov 27, 2022
1 parent 009db5a commit 71e9e8f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,12 @@ task ghpages: :rdoc do
end

Rake::TestTask.new(:normal_test) do |t|
t.libs = []
t.verbose = true
t.deps = :generate
t.test_files = FileList["test/**/test_*.rb"].exclude("test/rdoc/test_rdoc_rubygems_hook.rb")
end

Rake::TestTask.new(:rubygems_test) do |t|
t.libs = []
t.verbose = true
t.deps = :generate
t.pattern = "test/rdoc/test_rdoc_rubygems_hook.rb"
Expand Down

0 comments on commit 71e9e8f

Please sign in to comment.