Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Electrode-iOS/ELRouter into carthage
Browse files Browse the repository at this point in the history
# Conflicts:
#	ELRouter/Router.swift
  • Loading branch information
angelodipaolo committed Dec 30, 2016
2 parents 8c29810 + 19c2ecc commit 27a8f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ELRouterTests/RouteTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ extension RouteTests {
let router = Router()
let navigator = MockNavigator()
router.navigator = navigator
let route = Route("executeTest", type: .Push) { variable, _ in
let route = Route("executeTest", type: .push) { variable, _ in
let vc = UIViewController(nibName: nil, bundle: nil)
vc.title = "Push Test"
return vc
Expand All @@ -208,7 +208,7 @@ extension RouteTests {
// let router = Router()
// let navigator = MockNavigator()
// router.navigator = navigator
// let route = Route("executeTest", type: .Modal) { variable in
// let route = Route("executeTest", type: .modal) { variable in
// let vc = UIViewController(nibName: nil, bundle: nil)
// vc.title = "Modal Test"
// return vc
Expand Down

0 comments on commit 27a8f8c

Please sign in to comment.