AlexBaranosky / gui-diff

Tools for side-by-side diffing of Clojure data structures and clojure.test failures
46 stars 8 forks source link

fix the gui-diff macro and its test #12

Closed rplevy closed 11 years ago

rplevy commented 11 years ago

Fix obvious problem with macro version of gui-diff I added, and improve the test:

  1. verify the macroexpansion
  2. stub out the called function so it doesn't launch the diff when the test runs.