Skip to content

Commit

Permalink
Update Quick to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesyo authored and sharplet committed Nov 25, 2016
1 parent 59c3e61 commit e49ad41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cartfile.private
@@ -1,3 +1,3 @@
github "jspahrsummers/xcconfigs" "3d9d996"
github "Quick/Quick" ~> 0.10
github "Quick/Quick" ~> 1.0
github "Quick/Nimble" ~> 5.1
2 changes: 1 addition & 1 deletion Cartfile.resolved
@@ -1,5 +1,5 @@
github "Quick/Nimble" "v5.1.1"
github "Quick/Quick" "v0.10.0"
github "Quick/Quick" "v1.0.0"
github "antitypical/Result" "3.0.0"
github "jspahrsummers/xcconfigs" "3d9d99634cae6d586e272543d527681283b33eb0"
github "ReactiveCocoa/ReactiveSwift" "1.0.0-alpha.3"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/Quick
Submodule Quick updated 48 files
+19 −0 .Package.test.swift
+36 −0 .github/ISSUE_TEMPLATE
+14 −0 .github/PULL_REQUEST_TEMPLATE
+2 −0 .hound.yml
+12 −0 .swiftlint.yml
+2 −4 .travis.yml
+1 −0 Documentation/README.md
+1 −18 Documentation/en-us/InstallingQuick.md
+6 −3 Documentation/en-us/SettingUpYourXcodeProject.md
+1 −1 Documentation/en-us/SharedExamples.md
+34 −34 Documentation/en-us/TestUsingTestDoubles.md
+78 −0 Documentation/pt-br/BehavioralTesting.md
+39 −0 Documentation/pt-br/README.md
+1 −0 Documentation/zh-cn/README.md
+113 −0 Documentation/zh-cn/SharedExamples.md
+1 −1 Externals/Nimble
+1 −6 Package.swift
+1 −1 Quick.podspec
+418 −26 Quick.xcodeproj/project.pbxproj
+11 −1 Quick.xcodeproj/xcshareddata/xcschemes/Quick-iOS.xcscheme
+11 −1 Quick.xcodeproj/xcshareddata/xcschemes/Quick-macOS.xcscheme
+11 −1 Quick.xcodeproj/xcshareddata/xcschemes/Quick-tvOS.xcscheme
+16 −0 README.md
+2 −0 Rakefile
+1 −1 Sources/Quick/Callsite.swift
+2 −2 Sources/Quick/Configuration/Configuration.swift
+2 −2 Sources/Quick/Example.swift
+1 −1 Sources/Quick/ExampleGroup.swift
+1 −1 Sources/Quick/Hooks/ExampleHooks.swift
+2 −1 Sources/Quick/QuickSelectedTestSuiteBuilder.swift
+1 −1 Sources/Quick/QuickSpec.swift
+0 −12 Sources/Quick/String+FileName.swift
+12 −0 Sources/Quick/URL+FileName.swift
+4 −4 Sources/Quick/World.swift
+1 −3 Tests/LinuxMain.swift
+32 −0 Tests/QuickTests/QuickAfterSuiteTests/AfterSuiteTests+ObjC.m
+26 −0 Tests/QuickTests/QuickAfterSuiteTests/AfterSuiteTests.swift
+24 −0 Tests/QuickTests/QuickAfterSuiteTests/Info.plist
+0 −1 Tests/QuickTests/QuickFocusedTests/FocusedTests.swift
+0 −1 Tests/QuickTests/QuickTestHelpers/TestRun.swift
+1 −1 Tests/QuickTests/QuickTestHelpers/XCTestCaseProvider.swift
+1 −1 Tests/QuickTests/QuickTests/Fixtures/FunctionalTests_SharedExamplesTests_SharedExamples.swift
+5 −5 Tests/QuickTests/QuickTests/FunctionalTests/AfterEachTests.swift
+0 −45 Tests/QuickTests/QuickTests/FunctionalTests/AfterSuiteTests.swift
+5 −5 Tests/QuickTests/QuickTests/FunctionalTests/BeforeEachTests.swift
+9 −11 Tests/QuickTests/QuickTests/FunctionalTests/ItTests.swift
+0 −42 Tests/QuickTests/QuickTests/FunctionalTests/ObjC/AfterSuiteTests+ObjC.m
+1 −1 Tests/QuickTests/QuickTests/Helpers/QuickTestsBridgingHeader.h

0 comments on commit e49ad41

Please sign in to comment.