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

added spec for expected headers when error raised #1723

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 21, 2017

  1. added spec for expected headers when error raised

    When we set headers using `before`, `after` or just before `error!` raised, we expect them to transferred with error response together.
    
    * First spec will be `success` due to there is no error.
    * Second test will fail at the moment because when an error raised, all headers will be ignored. They shouldn't be.
    
    added spec for expected headers when error raised
    
    When we set headers using `before`, `after` or just before `error!` raised, we expect them to transferred with error response together.
    
    * First spec will be `success` due to there is no error.
    * Second test will fail at the moment because when an error raised, all headers will be ignored. They shouldn't be.
    gencer committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    59f1e15 View commit details
    Browse the repository at this point in the history