Skip to content

Instantly share code, notes, and snippets.

@iamteem
Created October 22, 2010 02:17
Show Gist options
  • Save iamteem/639796 to your computer and use it in GitHub Desktop.
Save iamteem/639796 to your computer and use it in GitHub Desktop.
should "save birth date" do
assert @person.birth_date == Date.new(1964, 8, 9)
# NOTE: Isn't this equivalent to the assertion above? o_O
# assert_equal Date.new(1964, 8, 9), @person.birth_date
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment