andela / pibbble

Dribbble Clone for Programmers
https://pibbble-staging.herokuapp.com/
13 stars 3 forks source link

[Pibbble][#110102896] Fix/unit testing #227

Closed gngchrs closed 8 years ago

gngchrs commented 8 years ago

Configure application to run tests on local sqlite db included within the app. Edited some files and tests whose tests were failing.

Tests run successfully in local environment snip20151216_3

Tests not reached in Travis Build, error at

snip20151216_1

unicodeveloper commented 8 years ago

You can't really call what we are doing unit-testing. We are testing the application as a whole, so it's more appropriate to call it integration testing.

gngchrs commented 8 years ago

Ok. Let me work on that