Update I18n spec to Rails 7

This commit is contained in:
Maikel Linke
2023-02-24 17:23:39 +11:00
parent 61259bcfc2
commit 84daa046ca

View File

@@ -21,7 +21,7 @@ describe "i18n" do
}
)
allow(ActionView::Base).
allow(ActionView::Helpers::TranslationHelper).
to receive(:raise_on_missing_translations).
and_return(false)
end