-
Notifications
You must be signed in to change notification settings - Fork 417
Closed
Description
I cloned this repo a little bit ago, but I had some trouble running the tests. Steps to reproduce:
- New gemset
- git clone
- bundle
- rake -> failures because no db tables exist
- rake db:create -> Don't know how to build task 'app:db:create'
- rake -T -> db:setup and db:create both exist
- rake db:create -> failure
- rake db:setup -> failure
- head scratching
- grep -r database .
- spec/dummy/config/database.yml -> aha!
- cd spec/dummy; rake db:create db:migrate; cd ../..; rake -> only a few failures!
- cd spec/dummy; rake forem:install:migrations db:migrate; cd ../..; rake -> no failures!
- post github issue so others can work though this more easily
- await suggestions as to what I can do to help
Metadata
Metadata
Assignees
Labels
No labels