remove test helper method
This commit is contained in:
parent
b16d63454d
commit
09ccc0f6ba
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue