Skip to content

Commit

Permalink
Update dependency name in profile example
Browse files Browse the repository at this point in the history
It looks like in cab18f6 the dependency changed from midje to expectations, but the explanation text still referred to midje.
  • Loading branch information
pashields committed Oct 30, 2013
1 parent 67aa192 commit 81562ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/PROFILES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 81562ae

Please sign in to comment.