Guest User

Untitled

a guest
Jan 19th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. mbp-ra:prowellness ra [master] $ bundle exec rake
  2. (in /Users/ra/workspace/prowellness)
  3. Couldn't drop prowellness_development : #<ActiveRecord::StatementInvalid: PGError: ERROR: database "prowellness_development" is being accessed by other users
  4. DETAIL: There are 1 other session(s) using the database.
  5. : DROP DATABASE IF EXISTS "prowellness_development">
  6. prowellness_test already exists
  7. prowellness_development already exists
  8. NOTICE: CREATE TABLE will create implicit sequence "comments_id_seq" for serial column "comments.id"
  9. NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "comments_pkey" for table "comments"
  10. NOTICE: CREATE TABLE will create implicit sequence "posts_id_seq" for serial column "posts.id"
  11. NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "posts_pkey" for table "posts"
  12. NOTICE: CREATE TABLE will create implicit sequence "users_id_seq" for serial column "users.id"
  13. NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "users_pkey" for table "users"
  14. /Users/ra/.rvm/rubies/ruby-1.9.2-p180/bin/ruby -S bundle exec rspec ./spec/models/comment_spec.rb ./spec/models/post_spec.rb ./spec/models/user_spec.rb
  15. /Users/ra/workspace/prowellness/spec/spec_helper.rb:11:in `block in <top (required)>': uninitialized constant Delorean (NameError)
  16. from /Users/ra/.rvm/gems/ruby-1.9.2-p180@prowellness/gems/rspec-core-2.6.4/lib/rspec/core.rb:79:in `configure'
  17. from /Users/ra/workspace/prowellness/spec/spec_helper.rb:8:in `<top (required)>'
  18. from /Users/ra/workspace/prowellness/spec/models/comment_spec.rb:3:in `require'
  19. from /Users/ra/workspace/prowellness/spec/models/comment_spec.rb:3:in `<top (required)>'
  20. from /Users/ra/.rvm/gems/ruby-1.9.2-p180@prowellness/gems/rspec-core-2.6.4/lib/rspec/core/configuration.rb:419:in `load'
  21. from /Users/ra/.rvm/gems/ruby-1.9.2-p180@prowellness/gems/rspec-core-2.6.4/lib/rspec/core/configuration.rb:419:in `block in load_spec_files'
  22. from /Users/ra/.rvm/gems/ruby-1.9.2-p180@prowellness/gems/rspec-core-2.6.4/lib/rspec/core/configuration.rb:419:in `map'
  23. from /Users/ra/.rvm/gems/ruby-1.9.2-p180@prowellness/gems/rspec-core-2.6.4/lib/rspec/core/configuration.rb:419:in `load_spec_files'
  24. from /Users/ra/.rvm/gems/ruby-1.9.2-p180@prowellness/gems/rspec-core-2.6.4/lib/rspec/core/command_line.rb:18:in `run'
  25. from /Users/ra/.rvm/gems/ruby-1.9.2-p180@prowellness/gems/rspec-core-2.6.4/lib/rspec/core/runner.rb:80:in `run_in_process'
  26. from /Users/ra/.rvm/gems/ruby-1.9.2-p180@prowellness/gems/rspec-core-2.6.4/lib/rspec/core/runner.rb:69:in `run'
  27. from /Users/ra/.rvm/gems/ruby-1.9.2-p180@prowellness/gems/rspec-core-2.6.4/lib/rspec/core/runner.rb:11:in `block in autorun'
  28. rake aborted!
  29. ruby -S bundle exec rspec ./spec/models/comment_spec.rb ./spec/models/post_spec.rb ./spec/models/user_spec.rb failed
  30. /Users/ra/workspace/prowellness/Rakefile:16:in `block in <top (required)>'
Add Comment
Please, Sign In to add comment