spec/spec_helper.rb in ibandit-0.4.2 vs spec/spec_helper.rb in ibandit-0.4.3
- old
+ new
@@ -28,5 +28,9 @@
end
RSpec.shared_context 'locale es', locale: :es do
around { |example| I18n.with_locale(:es) { example.run } }
end
+
+RSpec.shared_context 'locale it', locale: :it do
+ around { |example| I18n.with_locale(:it) { example.run } }
+end