summaryrefslogtreecommitdiff
path: root/lib/rdoc/markup/formatter_test_case.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rdoc/markup/formatter_test_case.rb')
-rw-r--r--lib/rdoc/markup/formatter_test_case.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/rdoc/markup/formatter_test_case.rb b/lib/rdoc/markup/formatter_test_case.rb
index dd755c55d1..26dc4b25e9 100644
--- a/lib/rdoc/markup/formatter_test_case.rb
+++ b/lib/rdoc/markup/formatter_test_case.rb
@@ -90,7 +90,7 @@ class RDoc::Markup::FormatterTestCase < MiniTest::Unit::TestCase
##
# Calls start_accepting which needs to verify startup state
-
+
def test_start_accepting
@to.start_accepting
@@ -100,7 +100,7 @@ class RDoc::Markup::FormatterTestCase < MiniTest::Unit::TestCase
##
# Calls end_accepting on your test case which needs to call
# <tt>@to.end_accepting</tt> and verify document generation
-
+
def test_end_accepting
@to.start_accepting
@to.res << 'hi'
@@ -196,7 +196,7 @@ class RDoc::Markup::FormatterTestCase < MiniTest::Unit::TestCase
@to.start_accepting
@to.accept_heading @RM::Heading.new(1, '\\Hello')
-
+
accept_heading_suppressed_crossref
end