Skip to content

Instantly share code, notes, and snippets.

@brlafreniere
Created January 28, 2014 09:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brlafreniere/8664851 to your computer and use it in GitHub Desktop.
Save brlafreniere/8664851 to your computer and use it in GitHub Desktop.
var test_slug_is_created_properly = function () {
title = "This is a neat title."
slug = create_slug(title);
assert_equal(slug, "this-is-a-neat-title")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment