mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
todo: write test
This commit is contained in:
parent
650eb86a74
commit
ff219bc65c
1 changed files with 4 additions and 0 deletions
|
@ -84,6 +84,10 @@ describe JsLocaleHelper do
|
|||
expect(message).not_to match 'Plural Function not found'
|
||||
end
|
||||
|
||||
it 'performs fallbacks to english if a translation is not available' do
|
||||
skip('todo: write test')
|
||||
end
|
||||
|
||||
LocaleSiteSetting.values.each do |locale|
|
||||
it "generates valid date helpers for #{locale[:value]} locale" do
|
||||
js = JsLocaleHelper.output_locale(locale[:value])
|
||||
|
|
Loading…
Reference in a new issue