Skip to content

Instantly share code, notes, and snippets.

@shepmaster
Created June 19, 2012 18:28
Show Gist options
  • Save shepmaster/2955750 to your computer and use it in GitHub Desktop.
Save shepmaster/2955750 to your computer and use it in GitHub Desktop.
['a','b','c'].each do |char|
it "returns xxx for #{char}" do
process(char).should == 'xxx'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment