search for: stacktest_controller_test

Displaying 1 result from an estimated 1 matches for "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
...35:in `dispatch'' /public/dispatch.rb:10 /public/dispatch.rb:1:in `load'' /public/dispatch.rb:1 -:7 ----- 2) Second with a unit test I am uncertain how to best show this with a unit test. Here is my attempt, which is to simply process the :test action. edit 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::TestC...