TEST
  1. TEST

Quick

Public
  1. TEST
  2. Quick

Commits

AuthorCommitMessageCommit date
takeciantakecian
070704134d7Improve documentation about test doubles in japanese
takeciantakecian
a383460d207Improve documentation about test doubles
takeciantakecian
e63ac02d2e0MMerge remote-tracking branch 'upstream/master' into doc
Takeshi FujikiTakeshi Fujiki
33f55eb6a75MMerge pull request #555 from JPMartha/fix-markdown-syntaxFix Markdown syntax in Japanese documentation
takeciantakecian
473dea619fbMMerge remote-tracking branch 'upstream/master'
Willow BellemoreWillow Bellemore
312fb76b6a7[Issue #568] Change to American English
Willow BellemoreWillow Bellemore
5adcbb130f7[Issue #568] Add 'Projects using Quick' sectionAs part of Quick Contributor Happiness.
Brian GesiakBrian Gesiak
5343a0e1195MMerge pull request #487 from takecian/masterAdd a document about mock
Brian GesiakBrian Gesiak
faa6056c0c7Bumping version to 0.9.3
Adam SharpAdam Sharp
816489f39f5MMerge pull request #565 from ikesyo/xcode8-swift2.3-reduxSupport Xcode 8/Swift 2.3 redux
Syo IkedaSyo Ikeda
e11459fda90[Rakefile] "build test" rather than just "test"
Syo IkedaSyo Ikeda
a1c8cb69e54[xcodeproj] Update to recommended settings
Syo IkedaSyo Ikeda
ed9c17b8c39[Travis] Use "build-for-testing" and "test-without-building" build actions on Xcode 8This should stabilize running iOS and tvOS tests on Travis with Xcode 8.
Syo IkedaSyo Ikeda
c9767ff975eSay goodbye to xctoolxctool won't support Xcode 8 and will be deprecated.
Adam SharpAdam Sharp
e2cfb86c837Update Nimble submodule
Syo IkedaSyo Ikeda
aa58c5da6b6Fix SUPPORTED_PLATFORMS build setting of Quick-iOSTests
Syo IkedaSyo Ikeda
257d1480841Update TARGETED_DEVICE_FAMILY build setting
Syo IkedaSyo Ikeda
9dff621eceeUpdate Nimble
Syo IkedaSyo Ikeda
d2d5f6c7aa4Disable code signing for device builds on Xcode 8
Syo IkedaSyo Ikeda
2cc4c1d4b89Xcode 8 beta 2Remove the workaround for linker error on Xcode 8 beta 1.
Syo IkedaSyo Ikeda
54ee45e1352Record Swift migration
JPMarthaJPMartha
1b31213c4d0Add Markdown syntax in SharedExamples.md
JPMarthaJPMartha
1c4590b4a8bFix Markdown syntax in Japanese documentation
Adam SharpAdam Sharp
92a3c65b4feAdd xcode8 to the build matrix for all platforms
Adam SharpAdam Sharp
dc454a883e6Update XCTestObservationCenter category for Xcode 8XCTestObservationCenter's observers collection is no longer a mutable set. However, there is now public API for adding and removing observers, so we no longer need to rely in this implementation detail.
Adam SharpAdam Sharp
54d4a285ecdRedeclare API removed in Xcode 8 to support older deployment targets
Adam SharpAdam Sharp
facfade0a17Compile under Xcode 8 beta 1Sets "Use Legacy Swift Language Version" to YES, i.e., `SWIFT_VERSION = 2.3`. This change alone causes the following linker error: duplicate symbol __non_lazy_classes in: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/Swift_2.3.xctoolchain/usr/lib/arc/libarclite_macosx.a(arclite.o) /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolch...
Brian GesiakBrian Gesiak
5fb172bcda0MMerge pull request #538 from hemster/Chinese_Docs_Translation[Feature] Add Chinese version documents
Brian GesiakBrian Gesiak
ceda0250ad6MMerge pull request #550 from ikesyo/travis-test-tvos[Travis] Test tvOS too
Brian GesiakBrian Gesiak
7de98e1905fMMerge pull request #549 from ikesyo/SDKROOT-appletvosUse `appletvos` for `SDKROOT` build setting in Quick-tvOS
Syo IkedaSyo Ikeda
9ca596c03d1[travis-install-osx] Conditionally run `brew` commands
Syo IkedaSyo Ikeda
72898608350[Travis] Test tvOS too
Syo IkedaSyo Ikeda
0ae0a73e4a4Use `appletvos` for `SDKROOT` build setting in Quick-tvOSXcode 8 claims that `appletvsimulator` is not found for the setting.
Brian GesiakBrian Gesiak
cf7eca87668MMerge pull request #544 from JPMartha/remove-english-textRemove English text
Brian GesiakBrian Gesiak
5d0210b6a77MMerge pull request #543 from JPMartha/adjust-markdown-formatAdjust a format to the Markdown syntax
JPMarthaJPMartha
a06feb15deeRemove English text in InstallingQuick.md
JPMarthaJPMartha
fd07a4cc2abRemove English text in BehavioralTesting.md
JPMarthaJPMartha
fec0c053777Remove English text
JPMarthaJPMartha
7d26907e8c6Adjust Markdown format
Brian CroomBrian Croom
4c9e0514998MMerge pull request #539 from sunshinejr/feature/documentation_fixes[Documentation] Small fixes.
Łukasz MrózŁukasz Mróz
9ddfe616425[Documentation] Additional sharedExampleFor replacements
Łukasz MrózŁukasz Mróz
0ddfc277e3e[Documentation] Fix Moya link in MoreResources
Łukasz MrózŁukasz Mróz
0f92db85d3e[Documentation] Replace sharedExamplesFor with sharedExamples
Zeyu WeiZeyu Wei
7fa58a43afd[Feature] Add Chinese version documents
takeciantakecian
225b27d7aceMMerge branch 'master' of https://github.com/Quick/Quick
Brian GesiakBrian Gesiak
979d518f03f[Tests] Remove old ContextTests fileThe file was copied to a new location as part of https://github.com/Quick/Quick/pull/448, but the file at the old location wasn't removed. Remove the old file, which is no longer used in any way. As a result, the entire `QuickTests` directory no longer exists in the repository.
Ben ChatelainBen Chatelain
f21936eea12MMerge pull request #533 from pedrovereza/xcconfigReplaces deprecated property in podspec (changes xcconfig to user_target_xcconfig)
Pedro VerezaPedro Vereza
a66ea14fa88Replaces deprecated property in podspecChanges xcconfig to user_target_xcconfig
Brian GesiakBrian Gesiak
194b4e9aaadMMerge pull request #531 from pedrovereza/lint-xctestAdds search path in podspec for XCTest
Pedro VerezaPedro Vereza
9c2c3efa51eAdds search path in podspec for XCTest