-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
xdescribe #263
Comments
what's xdescribe do? |
It does nothing. It's just a clever way to comment out your methods by adding an x in front. You can also use xit. RSpec has this, too. |
ah I see, sure I guess there's no harm in that it would be a tiny patch |
I would almost prefer |
It'd be great to see xdescribe in the docs, it took a bit of Googling to find out that xdescribe/xit exist. Thanks! |
ditto @pamelafox-coursera |
in case anyone want documentation for xdescribe. The jasmine documentation works https://jasmine.github.io/2.0/introduction.html#section-Disabling_Suites |
want Jasmine's xdescribe. :)
The text was updated successfully, but these errors were encountered: