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