test/test_helper.rb in josevalim-inherited_resources-0.4.4 vs test/test_helper.rb in josevalim-inherited_resources-0.4.5
- old
+ new
@@ -14,10 +14,10 @@
require 'action_controller/test_case'
require 'action_controller/test_process'
TEST_CLASS = ActionController::TestCase
-I18n.load_path << File.join(File.dirname(__FILE__), 'fixtures', 'en.yml')
+I18n.load_path << File.join(File.dirname(__FILE__), 'locales', 'en.yml')
I18n.reload!
# Load respond_to before defining ApplicationController
require File.dirname(__FILE__) + '/../lib/inherited_resources/respond_to.rb'