Skip to content

Commit

Permalink
fix wrong text
Browse files Browse the repository at this point in the history
  • Loading branch information
eudoxa committed Nov 29, 2022
1 parent 405e72a commit abfdbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/dummy/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Application < Rails::Application
Chanko::Test.logger.info("Autoloader: zeitwerk")
config.autoloader = :zeitwerk
else
Chanko::Test.logger.info("Autoloader: zeitwerk ")
Chanko::Test.logger.info("Autoloader: classic")
config.autoloader = :classic
end
end
Expand Down

0 comments on commit abfdbf5

Please sign in to comment.