Skip to content

Commit 09a0c91

Browse files
authored
Merge pull request #728 from ruby/move-test-directory
Use test/rdoc instead of test directory.
2 parents e225d4b + 44cea0d commit 09a0c91

File tree

111 files changed

+1
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ task ghpages: :rdoc do
3535
end
3636

3737
Rake::TestTask.new(:test) do |t|
38-
t.libs << "test"
38+
t.libs << "test/rdoc"
3939
t.verbose = true
4040
t.test_files = FileList['test/**/test_*.rb']
4141
end

0 commit comments

Comments
 (0)