Skip to content
Snippets Groups Projects
Commit 962f89f0 authored by Cam Saul's avatar Cam Saul
Browse files

remove unneeded fn

parent 8de49838
No related branches found
No related tags found
No related merge requests found
......@@ -23,19 +23,11 @@
(defn test-setup
{:expectations-options :before-run}
[]
(set-test-logging-level)
;; Disable debug logging since it clutters up our output
(.setLevel (org.apache.log4j.Logger/getLogger "metabase") org.apache.log4j.Level/INFO)
(setup-test-db)
(start-jetty))
;; ## Logging Setup
(defn set-test-logging-level
"Disable debug logging since it clutters up our output."
[]
(.setLevel (org.apache.log4j.Logger/getLogger "metabase") org.apache.log4j.Level/INFO))
;; ## DB Setup
;; WARNING: BY RUNNING ANY UNIT TESTS THAT REQUIRE THIS FILE OR BY RUNNING YOUR ENTIRE TEST SUITE YOU WILL EFFECTIVELY BE WIPING OUT YOUR DATABASE.
;; SETUP-DB DELETES YOUR DATABASE FILE, AND GETS RAN AUTOMATICALLY BY EXPECTATIONS. USE AT YOUR OWN RISK!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment