From 81562aefc4b17a85717ca36823fa8293aaeb3d63 Mon Sep 17 00:00:00 2001 From: Patrick Shields Date: Wed, 30 Oct 2013 14:38:05 -0400 Subject: [PATCH] Update dependency name in profile example It looks like in cab18f6bfeeee0a2808922ca130dd7538b0effda the dependency changed from midje to expectations, but the explanation text still referred to midje. --- doc/PROFILES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/PROFILES.md b/doc/PROFILES.md index d65d04d8..8ad3f999 100644 --- a/doc/PROFILES.md +++ b/doc/PROFILES.md @@ -17,7 +17,7 @@ and they will be merged into the project map when that profile is active. The example below adds a "dummy-data" resources directory during -development and a dependency upon "midje" that's only used for tests. +development and a dependency upon "expectations" that's only used for tests. ```clj (defproject myproject "0.5.0-SNAPSHOT"