mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
8 lines
106 B
Swift
8 lines
106 B
Swift
@testable import GildedRoseTestSuit
|
|
|
|
import XCTest
|
|
|
|
XCTMain([
|
|
testCase(GildedRoseTests.allTests),
|
|
])
|