search for: test_get_convert

Displaying 1 result from an estimated 1 matches for "test_get_convert".

2005 Dec 21
6
Rails without a db - how to run tests
...tion. However if I try to run a functional test, it complains about no connection being established. Well...I don''t want a connection to be established. I''ve tried overriding Fixtures#teardown to be blank, but that doesn''t do anything. The actual error is: 1) Error: test_get_convert(HhconvControllerTest): ActiveRecord::ConnectionNotEstablished: ActiveRecord::ConnectionNotEstablished /usr/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/connection_adapters/abstract/connection_specification.rb:111:in `retrieve_connection'' /usr/lib/ruby/gems/1.8/gems/...