rarebreed / quartermaster

0 stars 0 forks source link

All the it() functions should be declared in a separate library #9

Open rarebreed opened 7 years ago

rarebreed commented 7 years ago

The problem is that each test should really be a separate function so that we can declare metadata for it for use with polarize. If all the tests are declared as lambdas inside of it(), then we can't decorate them with metadata.