Skip to content

Instantly share code, notes, and snippets.

@ninjudd
Created September 27, 2012 23:12
Show Gist options
  • Save ninjudd/3797017 to your computer and use it in GitHub Desktop.
Save ninjudd/3797017 to your computer and use it in GitHub Desktop.
FAIL in (test-merge-profile-paths) (project.clj:86)
expected: (= {:url "http://", :username "u", :password "p"} (-> {:repositories [["foo" {:url "http://", :creds :gpg}]], :profiles {:blue {:repositories {"foo" {:url "http://", :username "u", :password "p"}}}}} (merge-profiles [:tes :qa :blue]) :repositories last last))
actual: (not (= {:username "u", :url "http://", :password "p"} {:creds :gpg, :url "http://"}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment