Skip to content

Instantly share code, notes, and snippets.

@nikhaldi
Created January 17, 2013 16:32
Show Gist options
  • Save nikhaldi/4557302 to your computer and use it in GitHub Desktop.
Save nikhaldi/4557302 to your computer and use it in GitHub Desktop.
Testing gist embedding in WordPress
# Whether a given string includes any whitespace.
def includes_whitespace?(string)
not string.match(/\s/).nil?
end
1) Failure:
test_includes_whitespace(BlogSupportTest) [blog_support_code.rb:17]:
Failed assertion, no message given.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment