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

Regression in error output #26

Open
landro opened this issue Feb 25, 2014 · 0 comments
Open

Regression in error output #26

landro opened this issue Feb 25, 2014 · 0 comments
Assignees

Comments

@landro
Copy link
Owner

landro commented Feb 25, 2014

In 1.0.1 we used to have output like this

Unexpected unknown command invocation 'HTTP::respond 403'

Maybe you should add an "on" statement similar to the one below to your "it" block?

it "your description" {
  ...
  on HTTP::respond 403 return "your return value"
  ...
}

That just went away in 1.0.2 - @Sebastian-Brzuzek do you know what happened?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants