Skip to content

Commit

Permalink
spec/i18n_tasks_spec.rb: fix rubocop line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Dec 18, 2020
1 parent d3d69f7 commit ef5d14a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spec/i18n_tasks_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,11 @@
'config/locales/en.yml' => { 'en' => en_data }.to_yaml,
'config/locales/es.yml' => { 'es' => es_data }.to_yaml,
'config/locales/external/en.yml' =>
{ 'en' => { 'external' => { 'used' => 'EN_TEXT', 'unused' => 'EN_TEXT', 'missing_in_es' => 'EN_TEXT' } } }.to_yaml,
{ 'en' => {
'external' => {
'used' => 'EN_TEXT', 'unused' => 'EN_TEXT', 'missing_in_es' => 'EN_TEXT'
}
} }.to_yaml,
'config/locales/external/es.yml' =>
{ 'es' => { 'external' => { 'used' => 'ES_TEXT', 'unused' => 'ES_TEXT' } } }.to_yaml,
'config/locales/old_devise.en.yml' => { 'en' => { 'devise' => { 'a' => 'EN_TEXT' } } }.to_yaml,
Expand Down

0 comments on commit ef5d14a

Please sign in to comment.