X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Ffixture.lisp;h=d5ff66449b69790506ad6e46c22199f67a9a13c5;hb=47e54369152b69e10aa6b6e60ad9ccb68deb00b0;hp=32ca2dde04fe1f17b65063e9c1c17c151f0dcf86;hpb=3318adf2a6ee1a055fff9db1ab2ba9e59fa90792;p=fiveam.git diff --git a/src/fixture.lisp b/src/fixture.lisp index 32ca2dd..d5ff664 100644 --- a/src/fixture.lisp +++ b/src/fixture.lisp @@ -7,7 +7,7 @@ ;;;; When running tests we often need to setup some kind of context ;;;; (create dummy db connections, simulate an http request, ;;;; etc.). Fixtures provide a way to conviently hide this context -;;;; into a macro and allow the test to fuces on testing. +;;;; into a macro and allow the test to focus on testing. ;;;; NB: A FiveAM fixture is nothing more than a macro. Since the term ;;;; 'fixture' is so common in testing frameworks we've provided a