FullstackAcademy / boilermaker

Code scaffold for projects

Home Page:https://www.youtube.com/watch?v=7bLSuTHH4Ag&list=PLx0iOsdUOUmn7D5XL4mRUftn8hvAJGs8H

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests fail on git clone

glebec opened this issue · comments

Boilermaker tests do not run until:

  1. Students manually create dbs with the right name
  2. Students manually make a secrets.js file
  3. Students manually add some Google OAuth keys

This is more than enough stuff in the way of even running tests. Will be hard to get students practicing TDD if they first have to fix the testing environment.