1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 05:11:44 +03:00
semantic/prototype/DoubtTests/DiffTests.swift
2015-10-16 17:07:37 -04:00

11 lines
143 B
Swift

final class DiffTests: XCTestCase {
override static func setUp() {
sranddev()
}
}
@testable import Doubt
import SwiftCheck
import XCTest