Advertisement
Guest User

Untitled

a guest
Feb 25th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.89 KB | None | 0 0
  1. /Users/aweaoftheworld/.rvm/gems/ruby-1.9.3-p194@global/gems/rake-0.9.2.2/lib/rake/ext/module.rb:36:in `const_missing': uninitialized constant Users (NameError)
  2. from /Users/aweaoftheworld/Dropbox/Work/# Projets - En cours/Perso - Polpo/polpo/app/controllers/users_controller.rb:1:in `<top (required)>'
  3. from /Users/aweaoftheworld/.rvm/gems/ruby-1.9.3-p194@polpo/gems/railties-3.2.6/lib/rails/engine.rb:439:in `block (2 levels) in eager_load!'
  4. from /Users/aweaoftheworld/.rvm/gems/ruby-1.9.3-p194@polpo/gems/railties-3.2.6/lib/rails/engine.rb:438:in `each'
  5. from /Users/aweaoftheworld/.rvm/gems/ruby-1.9.3-p194@polpo/gems/railties-3.2.6/lib/rails/engine.rb:438:in `block in eager_load!'
  6. from /Users/aweaoftheworld/.rvm/gems/ruby-1.9.3-p194@polpo/gems/railties-3.2.6/lib/rails/engine.rb:436:in `each'
  7. from /Users/aweaoftheworld/.rvm/gems/ruby-1.9.3-p194@polpo/gems/railties-3.2.6/lib/rails/engine.rb:436:in `eager_load!'
  8. from /Users/aweaoftheworld/.rvm/gems/ruby-1.9.3-p194@polpo/gems/railties-3.2.6/lib/rails/application/finisher.rb:53:in `block in <module:Finisher>'
  9. from /Users/aweaoftheworld/.rvm/gems/ruby-1.9.3-p194@polpo/gems/railties-3.2.6/lib/rails/initializable.rb:30:in `instance_exec'
  10. from /Users/aweaoftheworld/.rvm/gems/ruby-1.9.3-p194@polpo/gems/railties-3.2.6/lib/rails/initializable.rb:30:in `run'
  11. from /Users/aweaoftheworld/.rvm/gems/ruby-1.9.3-p194@polpo/gems/railties-3.2.6/lib/rails/initializable.rb:55:in `block in run_initializers'
  12. from /Users/aweaoftheworld/.rvm/gems/ruby-1.9.3-p194@polpo/gems/railties-3.2.6/lib/rails/initializable.rb:54:in `each'
  13. from /Users/aweaoftheworld/.rvm/gems/ruby-1.9.3-p194@polpo/gems/railties-3.2.6/lib/rails/initializable.rb:54:in `run_initializers'
  14. from /Users/aweaoftheworld/.rvm/gems/ruby-1.9.3-p194@polpo/gems/railties-3.2.6/lib/rails/application.rb:136:in `initialize!'
  15. from /Users/aweaoftheworld/.rvm/gems/ruby-1.9.3-p194@polpo/gems/railties-3.2.6/lib/rails/railtie/configurable.rb:30:in `method_missing'
  16. from /Users/aweaoftheworld/Dropbox/Work/# Projets - En cours/Perso - Polpo/polpo/config/environment.rb:5:in `<top (required)>'
  17. from /Users/aweaoftheworld/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
  18. from /Users/aweaoftheworld/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
  19. from /Users/aweaoftheworld/Dropbox/Work/# Projets - En cours/Perso - Polpo/polpo/spec/spec_helper.rb:6:in `<top (required)>'
  20. from /Users/aweaoftheworld/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
  21. from /Users/aweaoftheworld/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
  22. from /Users/aweaoftheworld/Dropbox/Work/# Projets - En cours/Perso - Polpo/polpo/spec/models/produit_spec.rb:1:in `<top (required)>'
  23. from /Users/aweaoftheworld/.rvm/gems/ruby-1.9.3-p194@polpo/gems/rspec-core-2.11.1/lib/rspec/core/configuration.rb:780:in `load'
  24. from /Users/aweaoftheworld/.rvm/gems/ruby-1.9.3-p194@polpo/gems/rspec-core-2.11.1/lib/rspec/core/configuration.rb:780:in `block in load_spec_files'
  25. from /Users/aweaoftheworld/.rvm/gems/ruby-1.9.3-p194@polpo/gems/rspec-core-2.11.1/lib/rspec/core/configuration.rb:780:in `map'
  26. from /Users/aweaoftheworld/.rvm/gems/ruby-1.9.3-p194@polpo/gems/rspec-core-2.11.1/lib/rspec/core/configuration.rb:780:in `load_spec_files'
  27. from /Users/aweaoftheworld/.rvm/gems/ruby-1.9.3-p194@polpo/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:22:in `run'
  28. from /Users/aweaoftheworld/.rvm/gems/ruby-1.9.3-p194@polpo/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:69:in `run'
  29. from /Users/aweaoftheworld/.rvm/gems/ruby-1.9.3-p194@polpo/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:8:in `block in autorun'
  30. Coverage report generated for RSpec to /Users/aweaoftheworld/Dropbox/Work/# Projets - En cours/Perso - Polpo/polpo/coverage. 189 / 283 LOC (66.78%) covered.
  31.  
  32. config.include Devise::TestHelpers, :type => :controller
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement