fix tests breaking due to whitespace issues

This commit is contained in:
Scott Chacon
2011-07-19 12:55:19 -07:00
parent d51a829038
commit 5a7659e1c3
2 changed files with 9 additions and 3 deletions
+6
View File
@@ -38,6 +38,12 @@ def commit_details
:email => "tom@github.com" }
end
def normal(text)
text.gsub!(' ', '')
text.gsub!("\n", '')
text
end
# test/spec/mini 3
# http://gist.github.com/25455
# chris@ozmm.org