Skip to content

Commit

Permalink
Removed the expectation for #instance_variable_get to be called from …
Browse files Browse the repository at this point in the history
…#footnotes_perform!.
  • Loading branch information
Dray Lacy authored and kbrock committed Dec 31, 2009
1 parent 590e838 commit 6214f81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/footnotes_test.rb
Expand Up @@ -172,7 +172,6 @@ def test_insert_text
# Then we call add_footnotes!
#
def footnotes_perform!
@controller.template.expects(:instance_variable_get).returns(true)
@controller.template.expects(:template_format).returns('html')
@controller.performed_render = true

Expand Down

0 comments on commit 6214f81

Please sign in to comment.