aboutsummaryrefslogtreecommitdiffstats
path: root/spec/arel/algebra/unit/relations/insert_spec.rb
blob: feb1a5eae40a40beaff462789edbaf2b69cfea1b (plain) (blame)
1
2
3
4
5
6
7
8
9
require File.join(File.dirname(__FILE__), '..', '..', '..', '..', 'spec_helper')

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