From c140aca361506a3a759fbe03fad8adc748c807bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Mon, 5 Apr 2010 12:30:59 +0200 Subject: Remove app/views from the load paths [#4226 state:resolved] --- railties/test/application/paths_test.rb | 1 + 1 file changed, 1 insertion(+) (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 589e515d05..5ab558c026 100644 --- a/railties/test/application/paths_test.rb +++ b/railties/test/application/paths_test.rb @@ -71,6 +71,7 @@ module ApplicationTests assert_in_load_path "lib" assert_in_load_path "vendor" + assert_not_in_load_path "app", "views" assert_not_in_load_path "app", "metal" assert_not_in_load_path "config" assert_not_in_load_path "config", "locales" -- cgit v1.2.3