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

Any thoughts on using closures for BDD style tests? #12

Open
nathany opened this issue Feb 21, 2013 · 0 comments
Open

Any thoughts on using closures for BDD style tests? #12

nathany opened this issue Feb 21, 2013 · 0 comments

Comments

@nathany
Copy link
Contributor

nathany commented Feb 21, 2013

I imagine it would be possible to do something like Jasmine. The describe/it functions could be imported with . (like Gocheck) and take a string description and a func.

In the Ruby world, MiniTest implements a BDD style API on top of the more typical TDD API. Might be interesting.

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