Skip to content

Instantly share code, notes, and snippets.

@AdamSaleh
Last active December 14, 2015 04:49
Show Gist options
  • Save AdamSaleh/5031349 to your computer and use it in GitHub Desktop.
Save AdamSaleh/5031349 to your computer and use it in GitHub Desktop.
test
(defgroup default-org-tests
:test-teardown #(login)
(deftest "User's Favorite Organization"
:data-driven true
(fn [saved-org-with expected]
(let [user (uniqueify "deforg")
org {:login (uniqueify "usersorg-login")
:star (uniqueify "usersorg-star")
:settings (uniqueify "usersorg-settings")}]))
[[:login :star]
[:login :star]]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment