Sha256: 10a2e37f0a507d0356b20c1202190aadf174a0a0cf57ee2b6dceee23719b2ef0

Contents?: true

Size: 496 Bytes

Versions: 131

Compression:

Stored size: 496 Bytes

Contents

require 'helper'

module Arel
  module Nodes
    describe 'or' do
      describe '#or' do
        it 'makes an OR node' do
          attr = Table.new(:users)[:id]
          left  = attr.eq(10)
          right = attr.eq(11)
          node  = left.or right
          node.expr.left.must_equal left
          node.expr.right.must_equal right

          oror = node.or(right)
          oror.expr.left.must_equal node
          oror.expr.right.must_equal right
        end
      end
    end
  end
end

Version data entries

131 entries across 113 versions & 15 rubygems

Version Path
fc-webicons-0.0.2 vendor/bundle/ruby/1.9.1/gems/arel-3.0.2/test/nodes/test_or.rb
fc-webicons-0.0.1 vendor/bundle/ruby/1.9.1/gems/arel-3.0.2/test/nodes/test_or.rb
active_mailer-0.0.5 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/arel-3.0.2/test/nodes/test_or.rb
active_mailer-0.0.4 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/arel-3.0.2/test/nodes/test_or.rb
active_mailer-0.0.3 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/arel-3.0.2/test/nodes/test_or.rb
challah-0.9.1.beta.3 vendor/bundle/gems/arel-3.0.2/test/nodes/test_or.rb
devise_sociable-0.1.0 vendor/bundle/gems/arel-3.0.2/test/nodes/test_or.rb
challah-0.9.1.beta vendor/bundle/gems/arel-3.0.2/test/nodes/test_or.rb
sunrise-cms-0.5.0.rc1 vendor/bundle/ruby/1.9.1/gems/arel-3.0.2/test/nodes/test_or.rb
challah-0.9.0 vendor/bundle/gems/arel-3.0.2/test/nodes/test_or.rb
dirty_history-0.7.3 dirty_history/ruby/1.9.1/gems/arel-2.2.1/test/nodes/test_or.rb
dirty_history-0.7.2 dirty_history/ruby/1.9.1/gems/arel-2.2.1/test/nodes/test_or.rb
dirty_history-0.7.1 dirty_history/ruby/1.9.1/gems/arel-2.2.1/test/nodes/test_or.rb
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/arel-3.0.2/test/nodes/test_or.rb
challah-rolls-0.2.0 vendor/bundle/gems/arel-3.0.2/test/nodes/test_or.rb
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/arel-3.0.2/test/nodes/test_or.rb
challah-0.8.3 vendor/bundle/gems/arel-3.0.2/test/nodes/test_or.rb
dirty_history-0.7.0 dirty_history/ruby/1.9.1/gems/arel-2.2.1/test/nodes/test_or.rb
dirty_history-0.6.7 dirty_history/ruby/1.9.1/gems/arel-2.2.1/test/nodes/test_or.rb
dirty_history-0.6.6 dirty_history/ruby/1.9.1/gems/arel-2.2.1/test/nodes/test_or.rb