Skip to content

Instantly share code, notes, and snippets.

@shepmaster
Created June 19, 2012 18:28
['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