# frozen_string_literal: true module ActiveModelSerializers module Test extend ActiveSupport::Autoload autoload :Serializer autoload :Schema end end