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

@ -159,7 +159,7 @@ class User < ActiveRecord::Base; raise 'should not be reached'; end
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