# File lib/vendor/i18n/test/simple_backend_test.rb, line 149
  def test_translate_given_a_symbol_as_a_default_translates_the_symbol
    assert_equal 'bar', @backend.translate('en', nil, :scope => [:foo], :default => :bar)
  end