Skip to content

Conversation

@qerub
Copy link
Contributor

@qerub qerub commented Apr 14, 2013

; Without patch:

(are [foo]
     bar
     baz)

; With patch:

(are [foo]
  bar
  baz)

; Without patch:

(are [foo]
     bar
     baz)

; With patch:

(are [foo]
  bar
  baz)
qerub referenced this pull request in gfredericks/ring-middleware-jsonp Apr 14, 2013
Should not usually have to def anything inside a test, and
clojure.test/are gives us the same parameterized test behavior.
@technomancy
Copy link
Contributor

Thanks.

technomancy added a commit that referenced this pull request Apr 14, 2013
Indent clojure.test/are like other binding forms
@technomancy technomancy merged commit e795730 into clojure-emacs:master Apr 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants