Skip to content

Commit c72ea87

Browse files
committed
Use old .dir
1 parent 3f26afb commit c72ea87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_railtie.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def test_app_asset_manifest_available_when_compile
7373

7474
assert manifest = app.assets_manifest
7575
assert_equal app.assets, manifest.environment
76-
assert_equal File.join(ROOT, "public/assets"), manifest.directory
76+
assert_equal File.join(ROOT, "public/assets"), manifest.dir
7777
end
7878

7979
def test_app_asset_available_when_no_compile
@@ -99,7 +99,7 @@ def test_app_asset_manifest_available_when_no_compile
9999

100100
assert manifest = app.assets_manifest
101101
refute manifest.environment
102-
assert_equal File.join(ROOT, "public/assets"), manifest.directory
102+
assert_equal File.join(ROOT, "public/assets"), manifest.dir
103103
end
104104

105105
def test_copies_paths

0 commit comments

Comments
 (0)