Skip to content

Instantly share code, notes, and snippets.

@jeremyruppel
Last active December 18, 2015 09:19
Show Gist options
  • Save jeremyruppel/5760477 to your computer and use it in GitHub Desktop.
Save jeremyruppel/5760477 to your computer and use it in GitHub Desktop.
Approval tests example: Complex types
example '#tracking_hash' do
verify { users( :homer ).tracking_hash }
end
{
:first_name => "Homer",
:last_name => "Simpson",
:middle_initial => "J"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment