Skip to content

Instantly share code, notes, and snippets.

@n0nick
Created February 5, 2014 09:58
Show Gist options
  • Save n0nick/8820416 to your computer and use it in GitHub Desktop.
Save n0nick/8820416 to your computer and use it in GitHub Desktop.
describe "#lines_to_br" do
it "convert newlines into html linebreaks"
it "escapes the lines"
it "returns safe html"
it "returns '' if nil"
it "returns '' if blank string"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment