I\'m using the Jasmine BDD Javascript library and really enjoying it. I have test code that I\'d like to reuse (for example, testing multiple implementations of a base clas
It was pointed out to me to wrap a describe call in a function that passes it a parameter.