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

refactored code with tests #2

Merged
merged 9 commits into from
Feb 3, 2012
Merged

Commits on Feb 1, 2012

  1. fix small bugs to achieve most basic functionality

    Scott Reis committed Feb 1, 2012
    Configuration menu
    Copy the full SHA
    b09459f View commit details
    Browse the repository at this point in the history
  2. rewrite basic integration test for new functionality

    Scott Reis committed Feb 1, 2012
    Configuration menu
    Copy the full SHA
    bd3251d View commit details
    Browse the repository at this point in the history
  3. update renderResponse to work with missing parameters in the stubbed …

    …response
    Scott Reis committed Feb 1, 2012
    Configuration menu
    Copy the full SHA
    75f8142 View commit details
    Browse the repository at this point in the history
  4. add tests for Spray instance methods

    Scott Reis committed Feb 1, 2012
    Configuration menu
    Copy the full SHA
    68cf7f5 View commit details
    Browse the repository at this point in the history
  5. remove old wrapper tests

    Scott Reis committed Feb 1, 2012
    Configuration menu
    Copy the full SHA
    c339e41 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2012

  1. keep track and only restore original wrappers and clean out originalW…

    …rappers and existingWrappers arrays on reset()
    Scott Reis committed Feb 2, 2012
    Configuration menu
    Copy the full SHA
    bd8b2a2 View commit details
    Browse the repository at this point in the history
  2. add test for stub and reset

    Scott Reis committed Feb 2, 2012
    Configuration menu
    Copy the full SHA
    d559099 View commit details
    Browse the repository at this point in the history
  3. add option to display a raw message response instead of a formatted h…

    …ttp/1.0 response (test included)
    Scott Reis committed Feb 2, 2012
    Configuration menu
    Copy the full SHA
    761157c View commit details
    Browse the repository at this point in the history
  4. add the ability for Spray to echo back stream context options (like P…

    …OST content) instead of a formatted HTTP/1.0 response (test included)
    Scott Reis committed Feb 2, 2012
    Configuration menu
    Copy the full SHA
    9ac3610 View commit details
    Browse the repository at this point in the history