ruby-i18n / i18n

Internationalization (i18n) library for Ruby
MIT License
976 stars 408 forks source link

Properly stub constants #650

Closed fatkodima closed 1 year ago

fatkodima commented 1 year ago

When running tests, ruby warns about redefining constants:

.............................................................................................
.............................................................................................
..................................................../Users/fatkodima/Desktop/oss/i18n/test/i1
8n_test.rb:515: warning: already initialized constant I18n::RESERVED_KEYS
/Users/fatkodima/Desktop/oss/i18n/lib/i18n.rb:19: warning: previous definition of RESERVED_KEYS was here
.............................................................................................................................
radar commented 1 year ago

Thank you!