Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pods to default podspec for network stubbing #143

Merged
merged 2 commits into from
Apr 29, 2014
Merged

Commits on Apr 29, 2014

  1. Add pods to default podspec for network stubbing

    - OHHTTPStubs is a fantastic library for quickly and easily stubbing
      network requests
    - XCTest+OHHTTPStubSuiteCleanUp ensures that all stubs are reset after
      each test. This ensures that tests aren't dependent on interacting
      with each other. Just including this pod enables this feature. There
      is no need to import the pod anywhere.
    gfontenot committed Apr 29, 2014
    Configuration menu
    Copy the full SHA
    2bc3bd0 View commit details
    Browse the repository at this point in the history
  2. Remove XCTest cleanup pod

    gfontenot committed Apr 29, 2014
    Configuration menu
    Copy the full SHA
    b77fb7d View commit details
    Browse the repository at this point in the history