geting error while running functional test

Hi in my application i had some fixtures. and when i give command for running functional test i will get following error

E:/projects/sprint_035/vendor/rails/activerecord/lib/../../activesupport/lib/act ive_support/dependencies.rb:266:in `load_missing_constant': uninitialized consta nt ApplicationController (NameError)         from E:/projects/sprint_035/vendor/rails/activerecord/lib/../../activesu pport/lib/active_support/dependencies.rb:452:in `const_missing'         from E:/projects/sprint_035/vendor/rails/activerecord/lib/../../activesu pport/lib/active_support/dependencies.rb:464:in `const_missing'         from E:/projects/sprint_035/app/controllers/members_controller.rb:3         from D:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `ge m_original_require'

please help me for resolve this i am not understanding which gem/plugin is missing here.

do you still have an app/controllers/application.rb?

Jeff Emminger wrote:

do you still have an app/controllers/application.rb?

On Nov 14, 4:31�am, Sunny Bogawat <rails-mailing-l...@andreas-s.net>

we have an application_controller class in app/controllers/application.rb? but still it give me error.