I hereby claim:
- I am hectorhuertas on github.
- I am hectorhuertas (https://keybase.io/hectorhuertas) on keybase.
- I have a public key ASACSx6oHlC8hbgcxghpU6pbylR67SfLqfR_egQqYuqb2Qo
To claim this, I am signing this object:
##PROTIP: README Love
This file contains hidden or 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
require 'minitest' | |
require_relative 'character_counter' | |
class CharCounterTest < Minitest::Test | |
def test_class_exists | |
assert CharCounter | |
end |