Skip to content

Commit 5f3123c

Browse files
committed
More
1 parent 3618b4c commit 5f3123c

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

test/rdoc/end_to_end/helper.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ def self.run_rdoc(method, markup)
3333
# Run rdoc, to create the HTML file.
3434
Dir.chdir(@dirpath) do
3535
`rdoc #{rdoc_filepath}`
36-
# command = "rdoc #{rdoc_filepath}"
37-
# system(command)
3836
end
3937

4038
# Get the HTML as lines.

test/rdoc/end_to_end/text_markup_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def test_character_conversions
141141
Helper.run_rdoc(__method__, markup) do |html_lines|
142142
converted_character_lines = Helper.select_lines(html_lines, '© ® … – — ‘foo’ “bar”')
143143
# Check count of converted character lines.
144-
# (The heading line contains escapes, and so does not match.)
144+
# (The generated heading line contains escapes, and so does not match.)
145145
assert_equal(4, converted_character_lines.size)
146146
end
147147
end

0 commit comments

Comments
 (0)