about summary refs log tree commit diff stats
path: root/test/dummy/app
Commit message (Collapse)AuthorAgeFilesLines
* Integrated auth into main appKelly Rauchenberger2017-10-151-0/+6
| | | | | | | Pokeviewer now expects the main app's ApplicationController to contain a method called "authenticate_pokeviewer" which will return true iff the username and token passed to it are valid. An example stub is present in the test dummy ApplicationController.
* Initial commitKelly Rauchenberger2017-09-1618-0/+96