Skip to content

Commit

Permalink
Update I18n spec to Rails 7
Browse files Browse the repository at this point in the history
  • Loading branch information
mkllnk committed Mar 7, 2023
1 parent d3043d8 commit d2b208c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/spree/i18n_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
)

allow(ActionView::Base).
allow(ActionView::Helpers::TranslationHelper).
to receive(:raise_on_missing_translations).
and_return(false)
end
Expand Down

0 comments on commit d2b208c

Please sign in to comment.