We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f26afb commit c72ea87Copy full SHA for c72ea87
test/test_railtie.rb
@@ -73,7 +73,7 @@ def test_app_asset_manifest_available_when_compile
73
74
assert manifest = app.assets_manifest
75
assert_equal app.assets, manifest.environment
76
- assert_equal File.join(ROOT, "public/assets"), manifest.directory
+ assert_equal File.join(ROOT, "public/assets"), manifest.dir
77
end
78
79
def test_app_asset_available_when_no_compile
@@ -99,7 +99,7 @@ def test_app_asset_manifest_available_when_no_compile
99
100
101
refute manifest.environment
102
103
104
105
def test_copies_paths
0 commit comments