lib/snapshot/setup.rb in snapshot-1.5.0 vs lib/snapshot/setup.rb in snapshot-1.6.0

- old
+ new

@@ -15,10 +15,10 @@ puts "Successfully created SnapshotHelper.swift '#{File.join(path, 'SnapshotHelper.swift')}'".green puts "Successfully created new Snapfile at '#{snapfile_path}'".green puts "-------------------------------------------------------".yellow puts "Open your Xcode project and make sure to do the following:".yellow - puts "1) Add the ./SnapshotHelper.swift to your UI Test target".yellow + puts "1) Add the ./fastlane/SnapshotHelper.swift to your UI Test target".yellow puts " You can move the file anywhere you want".yellow puts "2) Call `setupSnapshot(app)` when launching your app".yellow puts "" puts " let app = XCUIApplication()" puts " setupSnapshot(app)"