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

Rspec error when used with Rack::Test::Methods #15

Open
Jellyfishboy opened this issue Apr 1, 2015 · 2 comments
Open

Rspec error when used with Rack::Test::Methods #15

Jellyfishboy opened this issue Apr 1, 2015 · 2 comments

Comments

@Jellyfishboy
Copy link

The following error occurs when I try to test my JSON API with Rack::Test::Methods and the last_response variable:

Failure/Error: Unable to find matching line from backtrace 'example' is not available from within an example (e.g. an 'it' block) or from constructs that run in the scope of an example (e.g. 'before', 'let', etc). It is only available on an example group (e.g. a 'describe' or 'context' block).

Any idea how I can solve this issue?

@rpontes
Copy link

rpontes commented Feb 12, 2016

+1 same error

@nilz3ro
Copy link

nilz3ro commented Feb 13, 2016

Same error here, Anyone find a solution to this issue?

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

3 participants