Skip to content
This repository has been archived by the owner on Aug 29, 2019. It is now read-only.

Commit

Permalink
Config is no longer in the app's load path.
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyatom committed Apr 20, 2009
1 parent a57772a commit 541cc2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/load_path_test.rb
Expand Up @@ -35,7 +35,7 @@ def test_application_app_libs_should_precede_all_plugin_app_libs
# the order they were started

def test_plugin_dirs_should_appear_in_reverse_plugin_loading_order
app_paths = %w(app/controllers/ app app/models app/helpers config lib)
app_paths = %w(app/controllers/ app app/models app/helpers lib)
app_paths.map { |p| File.join(RAILS_ROOT, p)}
plugin_paths = Engines.plugins.reverse.collect { |plugin| plugin.load_paths.reverse }.flatten

Expand Down

0 comments on commit 541cc2c

Please sign in to comment.