Skip to content

Instantly share code, notes, and snippets.

@kagemusha
Created June 12, 2012 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kagemusha/2918015 to your computer and use it in GitHub Desktop.
Save kagemusha/2918015 to your computer and use it in GitHub Desktop.
rspec troubleshooting
make sure database is clean, as sometimes causes funny errs if not
- e.g. was trying to create objs, but failed silently on a uniqueness constraint, so bombed when supposedly created models asked for their ids
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment