mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-16 06:51:27 +00:00
Deleted unused example test
This commit is contained in:
parent
e1e1abeadf
commit
6dcf0c233e
@ -1,18 +0,0 @@
|
|||||||
@testable import GildedRose
|
|
||||||
import XCTest
|
|
||||||
|
|
||||||
class GildedRoseTests: XCTestCase {
|
|
||||||
|
|
||||||
func testFoo() {
|
|
||||||
let items = [Item(name: "foo", sellIn: 0, quality: 0)]
|
|
||||||
let app = GildedRose(items: items);
|
|
||||||
app.updateQuality();
|
|
||||||
XCTAssertEqual("fixme", app.items[0].name);
|
|
||||||
}
|
|
||||||
|
|
||||||
static var allTests : [(String, (GildedRoseTests) -> () throws -> Void)] {
|
|
||||||
return [
|
|
||||||
("testFoo", testFoo),
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user