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 strict_mode to Test::Stubs #1298

Merged
merged 5 commits into from Aug 1, 2021
Merged

Add strict_mode to Test::Stubs #1298

merged 5 commits into from Aug 1, 2021

Commits on Aug 1, 2021

  1. Add strict_mode to Test::Stubs

    Sometimes, users might want to check whether stubbed requests exactly
    match the parameters and headers. In this case, they expect
    `Test::Stubs` to raise an error when they add a new parameter in a
    request. This patch introduces `strict_mode` for the purpose of the
    expectation. With `strict_mode`, `Test::Stubs` tries to check all a
    path, parameters, and headers exactly.
    yykamei committed Aug 1, 2021
    Copy the full SHA
    13c0fcf View commit details
    Browse the repository at this point in the history
  2. Begin v2 release (#1297)

    * Update UPGRADING.md to highlight adapters being moved out
    * Cleanup tests
    * Cleanup Gemfile
    * Update CI
    iMacTia committed Aug 1, 2021
    Copy the full SHA
    6333b73 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ed527e5 View commit details
    Browse the repository at this point in the history
  4. Revert "Merge branch 'main' into strict_mode"

    This reverts commit ed527e5, reversing
    changes made to 13c0fcf.
    iMacTia committed Aug 1, 2021
    Copy the full SHA
    fb161cd View commit details
    Browse the repository at this point in the history
  5. No need to freeze USER_AGENT

    iMacTia committed Aug 1, 2021
    Copy the full SHA
    6c94482 View commit details
    Browse the repository at this point in the history