Skip to content

Commit 4b6a838

Browse files
committed
Fix the assets.paths for the tests
1 parent a9f7c41 commit 4b6a838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/dummy/config/initializers/assets.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Add additional assets to the asset load path.
77
# Rails.application.config.assets.paths << Emoji.images_path
8-
Rails.application.config.assets.paths << "app/components"
8+
Rails.application.config.assets.paths << Rails.root.join("app/components")
99

1010
# Precompile additional assets.
1111
# application.js, application.css, and all non-JS/CSS in the app/assets

0 commit comments

Comments
 (0)