|
//
|
|
// CompositeObserverTest.swift
|
|
// RxTests
|
|
//
|
|
// Created by Krunoslav Zaher on 8/15/15.
|
|
//
|
|
//
|
|
|
|
import Foundation
|
|
import RxSwift
|
|
|
|
class CompositeObserverTest: RxTest {
|
|
|
|
}
|
|
|
|
extension CompositeObserverTest {
|
|
func testSimpleCase() {
|
|
//let observers = Compos<Int>()
|
|
|
|
|
|
}
|
|
} |