On Jun 24, 2010, at 2:24 PM, geetarista wrote: > On Jun 24, 12:03 pm, David Chelimsky <[email protected]> wrote: >> On Jun 24, 2010, at 1:23 PM, geetarista wrote: >> >>> I just upgraded to beta.13 and I'm running into an issue where when I >>> run 'rake spec', I get an 'uninitialized constant Comment' error. >>> Comment is the first model (alphabetically) in my project. If I >>> switch back to beta.12, it works. If I use 'spec .' and not 'rake >>> spec', it also works. >> >>> Environment: Rails master, Mongoid master. >> >> Did you run 'bundle update'? > I did both 'bundle install' and 'bundle update'.
Did you upgrade rails as well? rspec-rails-2.0.0.beta.13 only works with rails-3.0.0.beta4. HTH, David _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
