Skip to content

Instantly share code, notes, and snippets.

@rauchy
Created March 16, 2012 12:08
Show Gist options
  • Select an option

  • Save rauchy/2049794 to your computer and use it in GitHub Desktop.

Select an option

Save rauchy/2049794 to your computer and use it in GitHub Desktop.
Positive and Negative Assertions
class User
def visit(attraction)
# ...
end
def visited_attractions_count
# ...
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment