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

Support nested describe.one blocks #711

Closed
arlimus opened this issue May 5, 2016 · 1 comment
Closed

Support nested describe.one blocks #711

arlimus opened this issue May 5, 2016 · 1 comment
Labels
Type: Enhancement Improves an existing feature

Comments

@arlimus
Copy link
Contributor

arlimus commented May 5, 2016

describe.one do
  describe.one do
     describe ...
     describe ...
  end
  ...
end

as encountered in SCAP

@arlimus arlimus added the Type: Enhancement Improves an existing feature label May 5, 2016
@arlimus
Copy link
Contributor Author

arlimus commented May 6, 2016

Not necessary, as SCAP focuses on OR combination of tests, while we do at_least_one(...) calls.

i.e.:

describe.one do
  a
  b
  ...
end

@arlimus arlimus closed this as completed May 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Improves an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant