EvanOxfeld / angular-selectize.js

Angular Selectize directive for a hybrid textbox + <select> box. Supports ngOptions and two-way bindings.
MIT License
34 stars 16 forks source link

Totesification #10

Closed Chris-Gillis closed 10 years ago

Chris-Gillis commented 10 years ago

I added totes versions of all of the assertions that totes has (which does not include assert.deepEqual )

This isn't necessarily intended to be merged as is because the assertions are redundant. This is simply a preview of what the test suite could look like.

If you like it @EvanOxfeld then we can discuss cleaning it up to make it merge-worthy.

EvanOxfeld commented 10 years ago

@z3roshot This is great! I really like the readability of totes.

Chris-Gillis commented 10 years ago

Thanks! I agree, and I particularly noticed it in some of the longer assertions in this lib.

Chris-Gillis commented 10 years ago

Definitely don't merge this yet, I just found a bug in totes...will report back when I have a solution.