From 5f508471b8919ec8d5fc3b6cbe24978a36de8150 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Fri, 9 Nov 2012 16:27:18 -0200 Subject: Revert "Add test case to assets eager load" This reverts commit 552a3e145373cabe25a78d8d7cba2ceaabd9ecc5. --- railties/test/application/paths_test.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'railties/test/application/paths_test.rb') diff --git a/railties/test/application/paths_test.rb b/railties/test/application/paths_test.rb index 176476f129..964cff48cd 100644 --- a/railties/test/application/paths_test.rb +++ b/railties/test/application/paths_test.rb @@ -61,8 +61,6 @@ module ApplicationTests 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 @@ -77,7 +75,6 @@ module ApplicationTests 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" -- cgit v1.2.3