Skip to content

Commit

Permalink
Merge pull request #945 from nobu/relative-loading
Browse files Browse the repository at this point in the history
Fix up Relative loading (#821)
  • Loading branch information
nobu committed Nov 27, 2022
2 parents aced890 + 71e9e8f commit 34a021c
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 34a021c

Please sign in to comment.