Created
February 5, 2014 09:58
-
-
Save n0nick/8820416 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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