18 lines
324 B
Swift
18 lines
324 B
Swift
//
|
|
// Files_Tests.swift
|
|
// SwiftShell
|
|
//
|
|
// Created by Kåre Morstøl on 25.11.14.
|
|
// Copyright (c) 2014 NotTooBad Software. All rights reserved.
|
|
//
|
|
|
|
import SwiftShell
|
|
import XCTest
|
|
|
|
class Files_Tests: XCTestCase {
|
|
|
|
func testTempDirectoryIsTheSameAfterRepeatedCalls () {
|
|
XCTAssertEqual(tempdirectory, tempdirectory)
|
|
}
|
|
}
|