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

can't yield from root fiber (FiberError) #34

Open
bendodd opened this issue Sep 6, 2013 · 0 comments
Open

can't yield from root fiber (FiberError) #34

bendodd opened this issue Sep 6, 2013 · 0 comments

Comments

@bendodd
Copy link

bendodd commented Sep 6, 2013

I'm trying to implement Sinatra-synchrony on a Sinatra app, which is tested using Rspec and Selenium, but when I run the tests I get this error:

  1) Public donation using cr theme with javascript Browser capabilities
     Failure/Error: Unable to find matching line from backtrace
     FiberError:
       can't yield from root fiber
     # ./spec/features/spec_helper.rb:61:in `delete_cookies'
     # ./spec/features/spec_helper.rb:31:in `block (2 levels) in <top (required)>'

I have ENV['RACK_ENV'] = 'test', but I can't workout what else to change to allow the tests to run correctly.

Thanks in advance, Ben

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

1 participant