Retrospring/spec/integration/zeitwerk_compliance_spec.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
210 B
Ruby
Raw Normal View History

# frozen_string_literal: true
require "rails_helper"
describe "Zeitwerk compliance" do
it "eager loads all files without errors" do
expect { Rails.application.eager_load! }.not_to raise_error
end
end