require 'test_helper' class ShortenerTest < ActiveSupport::TestCase test "truth" do assert_kind_of Module, Shortener end end