aboutsummaryrefslogtreecommitdiffstats
path: root/spec/arel/algebra/unit/relations
Commit message (Collapse)AuthorAgeFilesLines
* Ruby 1.9: Improve the way we spec thisBryan Helmkamp2009-11-091-2/+2
|
* Switch from rr to RSpec mocks. rr has issues on 1.9.2preBryan Helmkamp2009-11-091-3/+3
|
* Create Predicates module to match directory structureBryan Helmkamp2009-09-301-1/+1
|
* Fix almost all Ruby warnings during spec suiteBryan Helmkamp2009-09-203-5/+5
|
* WhitespaceBryan Helmkamp2009-09-201-1/+1
|
* Use load path rather than relative path for spec_helper requires. Also fixes ↵Jeremy Kemper2009-09-1413-13/+13
| | | | specs on Ruby 1.9 since . is no longer in the load path.
* Fix bug in Order equality where Descending.new(attribute) was == ↵Bryan Helmkamp2009-05-171-0/+10
| | | | Ascending.new(attribute)
* WhitespaceBryan Helmkamp2009-05-1713-43/+43
|
* using in memory relations as results from sql relationNick Kallen2009-05-171-5/+5
| | | | | | | Conflicts: lib/arel/algebra/primitives/expression.rb lib/arel/algebra/relations/relation.rb
* reorganizing testsNick Kallen2009-05-1713-0/+389