# More Resources

## Examples of Quick Specs

Quick is used by many companies, open-source projects, and individuals,
including [GitHub](https://github.com/github) and
[ReactiveCocoa](https://github.com/ReactiveCocoa). For examples, check out:

- https://github.com/ReactiveCocoa/ReactiveCocoa
- https://github.com/github/Archimedes
- https://github.com/libgit2/objective-git
- https://github.com/jspahrsummers/RXSwift
- https://github.com/artsy/eidolon
- https://github.com/AshFurrow/Moya
- https://github.com/nerdyc/Squeal
- https://github.com/pepibumur/SugarRecord

## More on Unit Testing for OS X and iOS Apps

- **[Quality Coding](http://qualitycoding.org/)**:
  A blog on iOS development that focuses on unit testing.
- **[OCMock Tutorials](http://ocmock.org/support/)**:
  Use OCMock when you need "fake objects" in your tests.
- **[Nocilla: Stunning HTTP stubbing for iOS and Mac OS X](https://github.com/luisobo/Nocilla)**:
  Use this library to test code that sends requests to, and receives responses from, the Internet.
- **[Pivotal Labs: Writing Beautiful Specs with Jasmine Custom Matchers](http://pivotallabs.com/writing-beautiful-specs-jasmine-custom-matchers/)**:
  See [the Nimble documentation](https://github.com/Quick/Nimble) for instructions on how to write
  custom matchers in Nimble.
