--
You received this message because you are subscribed to the Google Groups "Jasmine" group.
To post to this group, send email to jasmi...@googlegroups.com.
To unsubscribe from this group, send email to jasmine-js+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/jasmine-js?hl=en.
I'm sorry for being an snark. Basically, the case is I want to override a method that is called in a beforeEach in a parent describe.
It works well in my project (real world code as opposed to sample code). It's tough to make a sample because I need to make a sample with complex requirements.
Anyways, is this feature DoA? I really hope you include it as it would make Jasmine more powerful.
Thanks,
Brian
Ok. I just hope that this isn't a victim of the blub paradox.
I don't have much time to market it, so I guess I'll just leave it at that :-\
Awesome, you rock Curtis! I like let as well.
On my project, we tried set. I felt prototype was more "javascriptish", but at this point, I don't care what the api is as long as there's a consensus on method overriding.
I would like to also have super, but don't want to fight that battle.
I wanted to use let, but cringe as Jasmine's usage of global methods. Again, a battle I don't want to fight.