Skip to content

Commit

Permalink
Add tests for RidesScope
Browse files Browse the repository at this point in the history
  • Loading branch information
samwize authored and John Brophy committed Oct 13, 2016
1 parent f752b8d commit 8988607
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/UberRidesTests/RidesScopeFactoryTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ class RidesScopeFactoryTests: XCTestCase {
RidesScopeType.HistoryLite : RidesScopeType.HistoryLite.toString(),
RidesScopeType.Places : RidesScopeType.Places.toString(),
RidesScopeType.RideWidgets : RidesScopeType.RideWidgets.toString(),
RidesScopeType.AllTrips : RidesScopeType.AllTrips.toString(),
RidesScopeType.Request : RidesScopeType.Request.toString(),
RidesScopeType.RequestReceipt : RidesScopeType.RequestReceipt.toString(),
]

func testCreateRidesScopeByRidesScopeType() {
Expand Down

0 comments on commit 8988607

Please sign in to comment.