bcwik9 / questionnaire-forms

Create and fill out surveys, and view their responses
http://questionnaire.bencwik.com
0 stars 0 forks source link

Rspec tests when puling project down from Git #1

Open bcwik9 opened 9 years ago

bcwik9 commented 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

bcwik9 commented 9 years ago

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

bcwik9 commented 9 years ago

to reproduce, either: