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

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