Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pmatsinopoulos/643484e29cdae2670bf5341d379d4344 to your computer and use it in GitHub Desktop.
Save pmatsinopoulos/643484e29cdae2670bf5341d379d4344 to your computer and use it in GitHub Desktop.
92304efe58e70d2f5ba890c40a5f912c.ruby
...
def test_has_public_last_name
customer = Customer.new('John', 'Papas')
assert_equal 'Papas', customer.last_name.downcase
end
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment