Created
September 17, 2022 01:29
-
-
Save channainfo/47a8a1c3c5c403b1f7eea5966422a882 to your computer and use it in GitHub Desktop.
Genesis spec right after integrate RSpec zeitwerk_loader_spec.rb at the root of spec directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'rails_helper' | |
describe 'Zeitwerk' do | |
it 'eager loads all files' do | |
expect { Zeitwerk::Loader.eager_load_all }.to_not raise_error | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment