Skip to content

Commit

Permalink
fixing bad file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Ribeiro committed Apr 15, 2012
1 parent f5f7eac commit e9191b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe_dsl_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
(if (block-map block)
{:block (block-map block)}
nil))
(require 'minecraft_base)

(require 'recipe_dsl)


(defn same [x y] (is (= x y)))
Expand Down

0 comments on commit e9191b5

Please sign in to comment.