Skip to content

Commit

Permalink
Removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
art-divin committed Apr 14, 2024
1 parent 8f4a6a8 commit 3a3f536
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SourceryTests/Generating/SwiftTemplateSpecs.swift
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,7 @@ class SwiftTemplateTests: QuickSpec {

context("with existing cache") {
context("and missing build dir") {
//#if canImport(ObjectiveC)
expect { try Sourcery(cacheDisabled: false).processFiles(.sources(Paths(include: [Stubs.sourceDirectory])), usingTemplates: Paths(include: [templatePath]), output: output, baseIndentation: 0) }.toNot(throwError())
//#endif
expect((try? (outputDir + Sourcery().generatedPath(for: templatePath)).read(.utf8))).to(equal(expectedResult))
guard let buildDir = NSURL(fileURLWithPath: NSTemporaryDirectory()).appendingPathComponent("SwiftTemplate").map({ Path($0.path) }) else {
fail("Could not create buildDir path")
Expand Down

0 comments on commit 3a3f536

Please sign in to comment.