Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suppress warnings at the test #733

Merged
merged 4 commits into from
Aug 10, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Removed unused variable
Cherry-picked ruby/ruby@630eb04
  • Loading branch information
nobu committed Aug 9, 2019
commit b06d1a13fb14bc5906f183b2f0688f270304da78
2 changes: 1 addition & 1 deletion test/rdoc/test_rdoc_servlet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def test_documentation_page_page_with_nesting

generator = @s.generator_for store

readme = store.add_file 'nesting/README.rdoc', parser: RDoc::Parser::Simple
store.add_file 'nesting/README.rdoc', parser: RDoc::Parser::Simple

@s.documentation_page store, generator, 'nesting/README_rdoc.html', @req, @res

Expand Down