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