File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -542,7 +542,7 @@ def test_canonical_url_for_index
542542 def test_canonical_url_for_classes
543543 top_level = @store . add_file ( "file.rb" )
544544 top_level . add_class ( @klass . class , @klass . name )
545- inner = @klass . add_class ( RDoc ::NormalClass , "Inner" )
545+ @klass . add_class ( RDoc ::NormalClass , "Inner" )
546546
547547 @store . options . canonical_root = @options . canonical_root = "https://docs.ruby-lang.org/en/master/"
548548 @g . generate
@@ -553,7 +553,7 @@ def test_canonical_url_for_classes
553553 end
554554
555555 def test_canonical_url_for_rdoc_files
556- top_level = @store . add_file ( "CONTRIBUTING.rdoc" , parser : RDoc ::Parser ::Simple )
556+ @store . add_file ( "CONTRIBUTING.rdoc" , parser : RDoc ::Parser ::Simple )
557557
558558 @store . options . canonical_root = @options . canonical_root = "https://docs.ruby-lang.org/en/master/"
559559 @g . generate
You can’t perform that action at this time.
0 commit comments