-
Notifications
You must be signed in to change notification settings - Fork 248
[Guiness] ddescribe supported #1029
Comments
The way it works in Jasmine:
For instance,
will run only test B1. This is the way it is working right now in Guinness (to mimic Jasmine, and I also find this way better). Does it work like this for you? If it does, is it a problem? Thank you, |
It think my uc is #2 but all the suite is executed instead of ddescribe tests only (IIRC we have xit tests) |
I tried a few specs, and |
Must have been date-spec.dart. thanks for looking into this. On May 11, 2014 1:09:30 AM CEST, Victor Savkin [email protected] wrote:
|
I've pushed a version of guinness (v0.1.3) that fixes the issue. To upgrade Guinness in the Angular project you will have to change pubspec.lock. If you want I can create a PR with the changes to the pubspec.lock file. |
Thanks Victor. Yes please submit a PR that "closes" this issue. |
Upgrade the Guinness library to fix the issue with `ddescribe` not working. Closes dart-archive#1029
Upgrade the Guinness library to fix the issue with `ddescribe` not working. Closes #1029
Upgrade the Guinness library to fix the issue with `ddescribe` not working. Closes #1029 Conflicts: pubspec.lock pubspec.yaml
Upgrade the Guinness library to fix the issue with `ddescribe` not working. Closes dart-archive#1029
Upgrade the Guinness library to fix the issue with `ddescribe` not working. Closes dart-archive#1029
@vsavkin we used to be able to use
ddescribe
in place ofdescribe
it would have the same effect asiit
on a group of test. It seems it doesn't work any more, could you take a look at this ?(I haven't tried but I think
xdescribe
was supported before, is it still supported now ?)Thanks
The text was updated successfully, but these errors were encountered: