Displaying 1 result from an estimated 1 matches for "portfoliotest".
Did you mean:
portfolios_test
2006 Dec 31
0
Problem with Integration Test
...support/dependencies.rb:123:in
`const_missing'': uninitialized constant IntegrationTest (NameError)
from test/integration/portfolios_test.rb:3
Empty code shell for the integration test:
portfolios_test.rb:
require File.dirname(__FILE__) + ''/../test_helper''
class PortfolioTest < ActionController::IntegrationTestSession
end
Any ideas? I am using the syntax from Recipe 43 in the Rails Cookbook.
Thanks!
Asa
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"...