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