Skip to content

Commit

Permalink
Use old .dir
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Nov 29, 2014
1 parent 3f26afb commit c72ea87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_railtie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def test_app_asset_manifest_available_when_compile

assert manifest = app.assets_manifest
assert_equal app.assets, manifest.environment
assert_equal File.join(ROOT, "public/assets"), manifest.directory
assert_equal File.join(ROOT, "public/assets"), manifest.dir
end

def test_app_asset_available_when_no_compile
Expand All @@ -99,7 +99,7 @@ def test_app_asset_manifest_available_when_no_compile

assert manifest = app.assets_manifest
refute manifest.environment
assert_equal File.join(ROOT, "public/assets"), manifest.directory
assert_equal File.join(ROOT, "public/assets"), manifest.dir
end

def test_copies_paths
Expand Down

0 comments on commit c72ea87

Please sign in to comment.