Skip to content

Instantly share code, notes, and snippets.

@gfredericks
Created May 5, 2011 19:43
Show Gist options
  • Save gfredericks/957750 to your computer and use it in GitHub Desktop.
Save gfredericks/957750 to your computer and use it in GitHub Desktop.
(defwebtest normalization-data-test
(->
(GET "/experiments/5")
(should-not-see "Cell Count")
(should-not-see "Phosphate Level")
(follow-link "Normalization")
(should-see "Cell Count")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment