Displaying 1 result from an estimated 1 matches for "stacktestcontrollertest".
Did you mean:
stacktest_controller_test
2004 Nov 20
0
Stack level too deep on Cygwin and on Debian / Colinux with 0.5.0 - 0.8.5 Beta gems
...file test/functional/stacktest_controller_test.rb to read:
-----
require File.dirname(__FILE__) + ''/../test_helper''
require ''stacktest_controller''
# Re-raise errors caught by the controller.
class StacktestController; def rescue_action(e) raise e end; end
class StacktestControllerTest < Test::Unit::TestCase
def setup
@controller = StacktestController.new
@request = ActionController::TestRequest.new
@response = ActionController::TestResponse.new
end
def test_test
process :test
#assert_success
#assert_rendered_file ''test''...