Open bcwik9 opened 9 years ago
There's a problem when pulling this project down and running rpsec. It's complaining that it can't find tables. I think there might be something wrong with how I'm using factory girl.... maybe check http://stackoverflow.com/questions/3761622/rake-dbmigrate-produces-rake-aborted-could-not-find-table-error or http://stackoverflow.com/questions/12423273/factorygirl-screws-up-rake-dbmigrate-process
It appears that running rake db:reset fixes the issue. Maybe because it's being FORCED to create the tables?
rake db:test:prepare also fixes the issue
to reproduce, either:
There's a problem when pulling this project down and running rpsec. It's complaining that it can't find tables. I think there might be something wrong with how I'm using factory girl.... maybe check http://stackoverflow.com/questions/3761622/rake-dbmigrate-produces-rake-aborted-could-not-find-table-error or http://stackoverflow.com/questions/12423273/factorygirl-screws-up-rake-dbmigrate-process