Skip to content

Instantly share code, notes, and snippets.

@mitrejcevski
Created January 23, 2020 11:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mitrejcevski/1295abb3ee3a602adc1ea35ea7a12697 to your computer and use it in GitHub Desktop.
Save mitrejcevski/1295abb3ee3a602adc1ea35ea7a12697 to your computer and use it in GitHub Desktop.
class TestingTripsController: TripsController {
override fun findTripsFor(userId: UserId): List<Trip> {
return listOf(tripToAmsterdam, tripToLondon)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment