spec/spec_helper.rb in ibandit-0.3.6 vs spec/spec_helper.rb in ibandit-0.3.7
- old
+ new
@@ -16,5 +16,9 @@
end
RSpec.shared_context 'locale fr', locale: :fr do
around { |example| I18n.with_locale(:fr) { example.run } }
end
+
+RSpec.shared_context 'locale de', locale: :de do
+ around { |example| I18n.with_locale(:de) { example.run } }
+end