Skip to content

Commit

Permalink
Merge pull request #294 from duck1123/master
Browse files Browse the repository at this point in the history
Cucumber-clojure adding after hook to before
  • Loading branch information
aslakhellesoy committed Apr 19, 2012
2 parents 5db1d0c + b6b376a commit f03e110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clojure/src/main/clj/cucumber/runtime/clj.clj
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
(filter #(= "invoke" (.getName %)))
(map #(count (.getParameterTypes %)))
(apply max))]
(.addBeforeHook
(.addAfterHook
@glue
(reify
HookDefinition
Expand Down

0 comments on commit f03e110

Please sign in to comment.