aboutsummaryrefslogtreecommitdiffstats
path: root/test/rdoc/test_rdoc_rdoc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rdoc/test_rdoc_rdoc.rb')
-rw-r--r--test/rdoc/test_rdoc_rdoc.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/rdoc/test_rdoc_rdoc.rb b/test/rdoc/test_rdoc_rdoc.rb
index 5519ed36ac..643f1eff77 100644
--- a/test/rdoc/test_rdoc_rdoc.rb
+++ b/test/rdoc/test_rdoc_rdoc.rb
@@ -142,8 +142,6 @@ class TestRDocRDoc < RDoc::TestCase
end
def test_parse_file
- pwd = Dir.pwd
-
@rdoc.store = RDoc::Store.new
temp_dir do |dir|
@@ -153,8 +151,6 @@ class TestRDocRDoc < RDoc::TestCase
io.puts 'hi'
end
- test_txt = File.join dir, 'test.txt'
-
top_level = @rdoc.parse_file 'test.txt'
assert_equal 'test.txt', top_level.absolute_name