aboutsummaryrefslogtreecommitdiffstats
path: root/spec/algebra/unit/relations/insert_spec.rb
blob: 3141fa2fc4e5cac89483d5242ea80c84ddb0045c (plain) (blame)
1
2
3
4
5
6
7
8
9
require 'spec_helper'

module Arel
  describe Insert do
    before do
      @relation = Table.new(:users)
    end
  end
end