forked from e621ng/e621ng
8 lines
188 B
Ruby
8 lines
188 B
Ruby
require "test_helper"
|
|
|
|
class ZeitwerkTest < ActiveSupport::TestCase
|
|
should "eager load all files without errors" do
|
|
assert_nothing_raised { Rails.application.eager_load! }
|
|
end
|
|
end
|