Skip to content

Commit 306481b

Browse files
committed
Allow matching .sprockets-manifest
1 parent 1257868 commit 306481b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_railtie.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def test_manifest_path_respects_rails_public_path
235235
app.initialize!
236236

237237
assert manifest = app.assets_manifest
238-
assert_match %r{test_public/assets/manifest-.*\.json$}, manifest.path
238+
assert_match %r{test_public/assets/.*manifest-.*\.json$}, manifest.path
239239
assert_match %r{test_public/assets$}, manifest.dir
240240
end
241241
end

0 commit comments

Comments
 (0)