Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 17th, 2012  |  syntax: None  |  size: 0.19 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.   test 'creating just one translation when fallbacks set' do
  2.     I18n.fallbacks.map :'de-DE' => [ :'en-US' ]
  3.     task = Task.create :name => 'foo'
  4.  
  5.     assert_equal 1, task.translations.length
  6.   end