Skip to content

Instantly share code, notes, and snippets.

@matschaffer
Created February 24, 2011 15:30
Show Gist options
  • Save matschaffer/842298 to your computer and use it in GitHub Desktop.
Save matschaffer/842298 to your computer and use it in GitHub Desktop.
class PlayerTest < ActiveSupport::TestCase
test "parses out last name" do
trotter = Player.new(:name => "Trotter Cashion")
assert_equal "Cashion", trotter.last_name
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment