Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Commit

Permalink
update macros namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-stuttaford committed Dec 6, 2012
1 parent 842530c commit 7fb9d95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,4 +1,4 @@
(ns cognician.fusebox-macros
(ns cognician.fusebox.macros
(:require [cognician.fusebox :as fusebox]))

(defmacro scope
Expand Down
2 changes: 1 addition & 1 deletion test/cognician/test/fusebox.clj
@@ -1,7 +1,7 @@
(ns cognician.test.fusebox
(:use midje.sweet)
(:require [cognician.fusebox :as f]
[cognician.fusebox-macros :as fm]))
[cognician.fusebox.macros :as fm]))

(defn reset-fuses!
[]
Expand Down

0 comments on commit 7fb9d95

Please sign in to comment.