Hi,
I setup a new app and then all of a sudden I have this issue with
rspec-expectations 2.5.0.
I get a backward compatability.rb:6:in ''const_missing'':
uninititalized
constant object:TracApp (NameError)
The trac_app is the name of the directory of my new app.
I have changed my gemfile to gem ''rspec-core'',
''2.5.1'', and this did not
help.
What I did notice was that my gemset was loading rack 1.2.2 and my
gemfile was calling for rack 1.2.1. I gem uninstall rack -v1.2.2, and
then called for rack 1.2.1 in my gemfile and thought that would settle
things, but the same backward compatability flag for rspec-expectations
was raised.
I have another app where the rack 1.2.2 issue raised its head but
uninstalling it and then running my tests worked just fine ... of course
once you leave that app and come back the rack issue is still there.
Any help would be appreciated as I cannot continue with my new app
albeit a training session in my learning rails journey.
Thanks,
fuzzy.
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.