Welcome to mirror list, hosted at ThFree Co, Russian Federation.

union_spec.rb « sql « gitlab « lib « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a41551e25bf2195ea55be138a9231447b24e5721 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Gitlab::SQL::Union do
  it_behaves_like 'SQL set operator', 'UNION'
end