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