Skip to content

Commit

Permalink
fix validations_i18n tests for changed locale file format
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Fuchs committed Aug 13, 2008
1 parent f26380b commit aae9f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/test/cases/validations_i18n_test.rb
Expand Up @@ -11,7 +11,7 @@ def setup


def teardown def teardown
reset_callbacks Topic reset_callbacks Topic
load 'active_record/locale/en-US.rb' I18n.load_translations File.dirname(__FILE__) + '/../../lib/active_record/locale/en-US.rb'
end end


def unique_topic def unique_topic
Expand Down

0 comments on commit aae9f91

Please sign in to comment.