Skip to content

Commit

Permalink
Added "=contains=>"
Browse files Browse the repository at this point in the history
  • Loading branch information
marick committed Aug 4, 2011
1 parent 4664710 commit ca5e358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/midje/ideas/arrow_symbols.clj
Expand Up @@ -5,6 +5,7 @@
(def =deny=> "=deny=>")
(def =streams=> "=streams=>")
(def =future=> "=future=>")
(def =contains=> "=contains=>")

(def ^{:doc "Use this when testing Midje code that processes arrow-forms"}
=test=> "=test=>")
Expand Down
2 changes: 1 addition & 1 deletion src/midje/ideas/arrows.clj
Expand Up @@ -7,7 +7,7 @@

;; Arrow groupings
(def expect-arrows [=> =not=> =deny=> =future=>])
(def fake-arrows [=> =streams=>])
(def fake-arrows [=> =contains=> =streams=>])
(def all-arrows (concat expect-arrows fake-arrows))


Expand Down

0 comments on commit ca5e358

Please sign in to comment.