Skip to content

Commit

Permalink
Record all snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
dogo committed Nov 26, 2023
1 parent de46609 commit 36d27c6
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 11 deletions.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ...trollerSnapshotTests/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ...ntrollerSnapshotTests/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ...stViewControllerTests/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ...ewControllerTests/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ...ViewControllerTests/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ...sListViewControllerTests/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions SWDestinyTradesTests/Screens/About/View/AboutViewTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

import Foundation
import Nimble
import Nimble_Snapshots
import Quick
import UIKit
import Nimble_Snapshots

@testable import SWDestinyTrades

Expand All @@ -29,7 +29,7 @@ final class AboutViewTests: QuickSpec {
sut.translatesAutoresizingMaskIntoConstraints = false
sut.widthAnchor.constraint(equalToConstant: 320).isActive = true
}

it("should have valid layout") {
expect(sut) == snapshot("About View Controller")
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// AddCardViewTests.swift
// AddCardViewControllerSnapshotTests.swift
// SWDestiny-TradesTests
//
// Created by Diogo Autilio on 27/08/18.
Expand Down
11 changes: 3 additions & 8 deletions SWDestinyTradesTests/Screens/Sets/View/SetsViewTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,12 @@ final class SetsViewTests: QuickSpec {

context("when it's initialized") {

beforeEach {
beforeEach {}

}
afterEach {}

afterEach {
}

it("should have valid layout") {
}
it("should have valid layout") {}
}
}
}
}

0 comments on commit 36d27c6

Please sign in to comment.