Uh oh!
There was an error while loading. Please reload this page.
Add ability to run whenCalledRemotely only once - #43
Conversation
slnode
commented
Jan 29, 2015
Can one of the admins verify this patch? To accept patch and trigger a build add comment ".ok\W+to\W+test." |
41fd0e9 to
42ce905Comparejrschumacher
commented
Feb 4, 2015
@ritch I've rebased to the current master. Any chance we could discuss this, this week? |
ritch
commented
Feb 5, 2015
I'm not against this... @bajtos any thoughts? |
bajtos
commented
Feb 5, 2015
I am not a big fan of this API sugar, I am not sure if it is a good idea to keep extending it. Setting that aside, I suppose it's ok to let the user to decide whether the request should be issued once per suite or once per each test. I don't like the magic detection of Option A - more verbose:
Option B - matching
|
jrschumacher
commented
Feb 5, 2015
@bajtos I'd be happy to do that, this was purely a hack to get whenCalledRemotely fixed quickly. Something I found to be an issue is that we will need to add On another note I like Option A the best. Since |
No description provided.