1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Maybe we understand index.js better now?

This commit is contained in:
John Hawthorn 2019-10-09 20:52:19 -07:00
parent added06d3f
commit 5a4d4c7492

View file

@ -159,7 +159,7 @@ module ApplicationTests
precompile!
assert_file_exists("#{app_path}/public/assets/something/index-*.js")
assert_file_exists("#{app_path}/public/assets/something-*.js")
end
test "precompile use assets defined in app env config" do