Guest User

Untitled

a guest
Nov 30th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. test: &test
  2. adapter: postgresql
  3. encoding: unicode
  4. database: test_database
  5. pool: 5
  6. port: 5432
  7. username: postgres
  8. password:
  9.  
  10. rails console test
  11.  
  12. bundle exec cucumber
  13.  
  14. PG::ConnectionBad: PQsocket() can't get socket descriptor: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
  15. pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
  16. FROM pg_attribute a LEFT JOIN pg_attrdef d
  17. ON a.attrelid = d.adrelid AND a.attnum = d.adnum
  18. WHERE a.attrelid = '"oauth_applications"'::regclass
  19. AND a.attnum > 0 AND NOT a.attisdropped
  20. ORDER BY a.attnum
  21. (ActiveRecord::StatementInvalid)
  22. ./features/step_definitions/oauth_steps.rb:2:in `/^I have an application "(.*?)"$/'
  23. features/v1/venues/show.feature:7:in `Given I have an application "EasyApp"'
Add Comment
Please, Sign In to add comment