Skip to content

Instantly share code, notes, and snippets.

@bryanaknight
Created November 7, 2013 22:16
Show Gist options
  • Save bryanaknight/7362813 to your computer and use it in GitHub Desktop.
Save bryanaknight/7362813 to your computer and use it in GitHub Desktop.
return true if number.even?
else
return false
vs.
def test_count_one_word
phrase = Phrase.new("word")
counts = {"word" => 1}
assert_equal counts, phrase.word_count
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment