Sha256: fae82f9c39cfa7843fb8beed8e78c91e0bb56c9e120c1e355374a8e076e7eb2c

Contents?: true

Size: 157 Bytes

Versions: 13

Compression:

Stored size: 157 Bytes

Contents

require 'spec_helper'

module Arel
  describe Group do
    before do
      @relation = Table.new(:users)
      @attribute = @relation[:id]
    end
  end
end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
arel-1.0.1 spec/algebra/unit/relations/group_spec.rb
arel-1.0.0 spec/algebra/unit/relations/group_spec.rb
arel-1.0.0.rc1 spec/algebra/unit/relations/group_spec.rb
arel-compat-0.4.0 spec/algebra/unit/relations/group_spec.rb
arel-0.4.0 spec/algebra/unit/relations/group_spec.rb
arel-0.3.3 spec/algebra/unit/relations/group_spec.rb
arel-0.3.2 spec/algebra/unit/relations/group_spec.rb
arel-0.3.1 spec/arel/algebra/unit/relations/group_spec.rb
arel-0.3.0 spec/arel/algebra/unit/relations/group_spec.rb
arel-0.2.1 spec/arel/algebra/unit/relations/group_spec.rb
arel-0.2.0 spec/arel/algebra/unit/relations/group_spec.rb
arel-0.2.pre spec/arel/algebra/unit/relations/group_spec.rb
arel-0.1.2 spec/arel/algebra/unit/relations/group_spec.rb