spec/spec_helper.rb in ibandit-0.3.7 vs spec/spec_helper.rb in ibandit-0.3.8

- old
+ new

@@ -20,5 +20,9 @@ end RSpec.shared_context 'locale de', locale: :de do around { |example| I18n.with_locale(:de) { example.run } } end + +RSpec.shared_context 'locale pt', locale: :pt do + around { |example| I18n.with_locale(:pt) { example.run } } +end