context "locale with Spanish as a fallback" do
    before do
      allow(I18n.fallbacks).to receive(:[]).and_return([:es])
      Globalize.set_fallbacks_to_all_available_locales
    end