Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- test 'creating just one translation when fallbacks set' do
- I18n.fallbacks.map :'de-DE' => [ :'en-US' ]
- task = Task.create :name => 'foo'
- assert_equal 1, task.translations.length
- end
Advertisement
Add Comment
Please, Sign In to add comment