File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -68,4 +68,5 @@ RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentat
68
68
69
69
s . add_dependency 'psych' , '>= 4.0.0'
70
70
s . add_dependency 'erb'
71
+ s . add_dependency 'tsort'
71
72
end
Original file line number Diff line number Diff line change @@ -542,7 +542,7 @@ def test_canonical_url_for_index
542
542
def test_canonical_url_for_classes
543
543
top_level = @store . add_file ( "file.rb" )
544
544
top_level . add_class ( @klass . class , @klass . name )
545
- inner = @klass . add_class ( RDoc ::NormalClass , "Inner" )
545
+ @klass . add_class ( RDoc ::NormalClass , "Inner" )
546
546
547
547
@store . options . canonical_root = @options . canonical_root = "https://docs.ruby-lang.org/en/master/"
548
548
@g . generate
@@ -553,7 +553,7 @@ def test_canonical_url_for_classes
553
553
end
554
554
555
555
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 )
557
557
558
558
@store . options . canonical_root = @options . canonical_root = "https://docs.ruby-lang.org/en/master/"
559
559
@g . generate
You can’t perform that action at this time.
0 commit comments