Skip to content

Commit

Permalink
Revert "Add test case to assets eager load"
Browse files Browse the repository at this point in the history
This reverts commit 552a3e1.
  • Loading branch information
spastorino committed Nov 9, 2012
1 parent db1d5f4 commit 9a389cc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions railties/test/application/paths_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ def assert_not_in_load_path(*path)
assert eager_load.include?(root("app/controllers"))
assert eager_load.include?(root("app/helpers"))
assert eager_load.include?(root("app/models"))
assert !eager_load.include?(root("app/views")), "expected to not be in the eager_load_path"
assert !eager_load.include?(root("app/assets")), "expected to not be in the eager_load_path"
end

test "environments has a glob equal to the current environment" do
Expand All @@ -77,7 +75,6 @@ def assert_not_in_load_path(*path)
assert_in_load_path "vendor"

assert_not_in_load_path "app", "views"
assert_not_in_load_path "app", "assets"
assert_not_in_load_path "config"
assert_not_in_load_path "config", "locales"
assert_not_in_load_path "config", "environments"
Expand Down

0 comments on commit 9a389cc

Please sign in to comment.