vhart / InterviewFlashCards

14 stars 17 forks source link

Unit Test QuestionsViewController #42

Closed vhart closed 7 years ago

vhart commented 7 years ago

Added test coverage for the QuestionsViewController

Added test coverage meant making the QueryManager injectable, thus the QueryManager conforms to the Networking protocol (for lack of a better name).

issue #32

charleshkang commented 7 years ago

looks good! getting used to Swift 3 syntax still when I saw the enum case change.