We already configure `I18n.locale` and we reset Globalize's fallbacks before every test. On the other hand, RSpec automatically resets anything which is stub with `allow`, so there's no need to use `and_call_original` in an `after` block.
We already configure `I18n.locale` and we reset Globalize's fallbacks before every test. On the other hand, RSpec automatically resets anything which is stub with `allow`, so there's no need to use `and_call_original` in an `after` block.