chendo (owner)

Revisions

gist: 129201 Download_button fork
public
Public Clone URL: git://gist.github.com/129201.git
Embed All Files: show embed
spec_helper.rb #
1
2
3
4
# put this inside spec_helper.rb
def p(*objs)
  puts objs.map { |o| inspect.gsub('<', '&lt;').gsub('>', '&gt;') }.join("\n")
end