-
Notifications
You must be signed in to change notification settings - Fork 89
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
assert.response. second request after response #155
Comments
Yes, this problem came after upgrading to node 0.6.1, it wasn't there before that. The same version was running fine with node 0.4.2. |
And so, what can me do? Return to node v0.4.x or waiting fix? |
Ant idea when expresso will support node 0.6? |
I'm adding a plus one to this, I really would like to be able to write more than one assert.response for a given test. |
Any news? |
I would say, switch to mocha... that is what I did. There is no assert.response in mocha, but you can include a http library that will do the same thing. I can send you a gist if want to see how I did it. |
Thank you for your advice - I will be grateful for gist. |
That's my solution - pretty fast switching! |
node v0.6.1
expresso v0.9.2
Hi,
How i can do second request using data from first response?
For example, on expresso v0.8.1, i can do this as:
But, on expresso v0.9.2 this code drop error:
So, how can i do it?
The text was updated successfully, but these errors were encountered: