spec/gitlab/qa/support/gitlab_version_info_spec.rb [69:81]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          end
        end

        context "with unsuccessful response" do
          let(:code) { 500 }

          it "returns correct previous fallback major version" do
            expect(previous_version).to eq(params[:latest_fallback])
          end
        end
      end
    end
  end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/gitlab/qa/support/gitlab_version_info_spec.rb [99:111]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          end
        end

        context "with unsuccessful response" do
          let(:code) { 500 }

          it "returns correct previous fallback major version" do
            expect(previous_version).to eq(params[:latest_fallback])
          end
        end
      end
    end
  end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



