Closed McEileen closed 7 years ago
@vkoves noted while responding to my PR #125 that the Travis build only runs rake db: create and rake db: migrate in the test environment. It needs to be fixed to run the actual tests.
rake db: create
rake db: migrate
I'm closing this because a fix was merged in thanks to PR #129
@vkoves noted while responding to my PR #125 that the Travis build only runs
rake db: create
andrake db: migrate
in the test environment. It needs to be fixed to run the actual tests.