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

Shared state between tests #1536

Closed
ggrossetie opened this issue Jul 20, 2016 · 0 comments · Fixed by #1538
Closed

Shared state between tests #1536

ggrossetie opened this issue Jul 20, 2016 · 0 comments · Fixed by #1538

Comments

@ggrossetie
Copy link
Member

@iliabylich: Opal runs all specs in the context of single object, this static object.
Reference: ruby/spec#275

In our case:

  • When rescue_spec runs before return_spec everything is fine.
  • When return_spec runs before rescue_spec this test fails.

I think we need to create an @env object per spec file.
Currently we have a single static instance defined in mspec-opal/runner.rb.

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