remove test helper method

This commit is contained in:
Tim Felgentreff 2010-09-14 15:21:15 +02:00
parent b16d63454d
commit 09ccc0f6ba
1 changed files with 0 additions and 4 deletions

View File

@ -44,10 +44,6 @@ class IssuesHelperTest < HelperTestCase
@request ||= ActionController::TestRequest.new
end
def show_detail(journal, html = true)
journal.render_detail(journal.details.first)
end
context "IssuesHelper#show_detail" do
context "with no_html" do
should 'show a changing attribute' do