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