Skip to content

Instantly share code, notes, and snippets.

@jeremyruppel
Last active December 18, 2015 09:19
Show Gist options
  • Save jeremyruppel/5760379 to your computer and use it in GitHub Desktop.
Save jeremyruppel/5760379 to your computer and use it in GitHub Desktop.
Approval tests example: Lots of text
subject { Formatter.new( users( :homer ) ) }
example '#mailing_address' do
verify { subject.mailing_address }
end
Homer J. Simpson
----------------
740 Evergreen Terrace
Springfield, ??
United States
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment