Created
July 15, 2014 20:56
-
-
Save myronmarston/ecc67c1a9f9c2ed89491 to your computer and use it in GitHub Desktop.
Error I'm getting for https://github.com/Javix/jlc-invest/tree/rspec_features_back
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
185) Operations page | |
Failure/Error: let(:admin) { create(:admin) } | |
ActiveRecord::StatementInvalid: | |
PG::Error: ERROR: relation "admins" does not exist | |
LINE 5: WHERE a.attrelid = '"admins"'::regclass | |
^ | |
: SELECT a.attname, format_type(a.atttypid, a.atttypmod), | |
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod | |
FROM pg_attribute a LEFT JOIN pg_attrdef d | |
ON a.attrelid = d.adrelid AND a.attnum = d.adnum | |
WHERE a.attrelid = '"admins"'::regclass | |
AND a.attnum > 0 AND NOT a.attisdropped | |
ORDER BY a.attnum |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment