Skip to content

Commit

Permalink
Updated test_helper.rb to require the init.rb file from the correct f…
Browse files Browse the repository at this point in the history
…older
  • Loading branch information
andrewferk committed Sep 18, 2010
1 parent 8a045e3 commit 97350ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/guides/source/plugins.textile
Expand Up @@ -207,7 +207,7 @@ def load_schema

ActiveRecord::Base.establish_connection(config[db_adapter])
load(File.dirname(__FILE__) + "/schema.rb")
require File.dirname(__FILE__) + '/../rails/init'
require File.dirname(__FILE__) + '/../init'
end
</ruby>

Expand Down

0 comments on commit 97350ee

Please sign in to comment.