Skip to content

Commit 3618b4c

Browse files
committed
More
1 parent 1093742 commit 3618b4c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

test/rdoc/end_to_end/helper.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ def self.run_rdoc(method, markup)
3232

3333
# Run rdoc, to create the HTML file.
3434
Dir.chdir(@dirpath) do
35-
command = "rdoc #{rdoc_filepath}"
36-
system(command)
35+
`rdoc #{rdoc_filepath}`
36+
# command = "rdoc #{rdoc_filepath}"
37+
# system(command)
3738
end
3839

3940
# Get the HTML as lines.

0 commit comments

Comments
 (0)