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.