Displaying 1 result from an estimated 1 matches for "people_controller_test".
2007 Aug 30
1
alias_method_chain stack level too deep in Rake test only
...ps/
when String
return options =~ /^https/
else
return self.class.method_defined?(:request) ? request.ssl? :
false
end
end
end
end
end
It is included in app/controllers/application.rb and in
ActionView::Base. If I run
ruby test/functional/people_controller_test.rb or ruby test/functional/
account_controller_test.rb, everything runs fine. If I run rake
test:functionals, however, I get a "stack level too deep" within
url_for within those two test classes.
Example output:
test_spec {The Account controller A guest (in general)} 001
[should...