Skip to content

Commit ea6ac80

Browse files
Add AnotherProject for fixture
1 parent 49f29e9 commit ea6ac80

File tree

11 files changed

+583
-7
lines changed

11 files changed

+583
-7
lines changed

Tests/FixtureTests/FixtureTests.swift

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ class FixtureTests: XCTestCase {
1111
func testProjectFixture() {
1212
describe {
1313
$0.it("generates Test Project") {
14+
try generateXcodeProject(specPath: fixturePath + "TestProject/AnotherProject/project.yml")
1415
try generateXcodeProject(specPath: fixturePath + "TestProject/project.yml")
1516
}
1617
$0.it("generates Carthage Project") {

0 commit comments

Comments
 (0)