spec/spec_helper.rb in ibandit-0.4.4 vs spec/spec_helper.rb in ibandit-0.4.5

- old
+ new

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