Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Issue running tests #24

@kamarcum

Description

@kamarcum

I cloned this repo a little bit ago, but I had some trouble running the tests. Steps to reproduce:

  1. New gemset
  2. git clone
  3. bundle
  4. rake -> failures because no db tables exist
  5. rake db:create -> Don't know how to build task 'app:db:create'
  6. rake -T -> db:setup and db:create both exist
  7. rake db:create -> failure
  8. rake db:setup -> failure
  9. head scratching
  10. grep -r database .
  11. spec/dummy/config/database.yml -> aha!
  12. cd spec/dummy; rake db:create db:migrate; cd ../..; rake -> only a few failures!
  13. cd spec/dummy; rake forem:install:migrations db:migrate; cd ../..; rake -> no failures!
  14. post github issue so others can work though this more easily
  15. await suggestions as to what I can do to help

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions