diff --git a/priv/index.html b/priv/index.html index 2a19a25..2e5ee71 100644 --- a/priv/index.html +++ b/priv/index.html @@ -4,57 +4,60 @@
- Individuals can become defensive when a new technology obsoletes or challenges a thought where they have invested time money or energy. There is a natural resistance to change, people are comfortable with what they know. Fear of the unknown can make individuals defensive, overwhelmed or uncertain. Investing significant time, money, or effort into technology can make them defensive and reluctance to embrace the advantages of the new, despite its potential benefits. + Individuals can become defensive when a new technology obsoletes or challenges a thought where they have invested time money or energy. There is a natural resistance to change, people are comfortable with what they know. Fear of the unknown can make individuals defensive, overwhelmed or uncertain. Investing significant time, money, or effort into technology can make them defensive and reluctance to embrace the advantages of the new, despite its potential benefits. Matt.sh has some examples on his site that may be enlightening.
diff --git a/test/untitled_project-tests.lfe b/test/untitled_project-tests.lfe index 8bdf70d..d7ae1ba 100644 --- a/test/untitled_project-tests.lfe +++ b/test/untitled_project-tests.lfe @@ -18,3 +18,7 @@ (deftest template-loads-correctly (lfe_io:format "T: ~s" '(t)) (is-equal #"RESULT\n" (template:load "test-template.txt"))) + +;; at the moment, i need validation to always fail. +(deftest form-validation-always-fails + (is-equal 'false (barista-routes:validate 1 2 )))