From 72df9660c3a1a80d38ac504db86e9d5a476b62db Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Sun, 20 Sep 2009 12:01:32 -0400 Subject: Whitespace --- spec/arel/algebra/unit/relations/order_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/arel/algebra') diff --git a/spec/arel/algebra/unit/relations/order_spec.rb b/spec/arel/algebra/unit/relations/order_spec.rb index 4190901024..9fcdffe340 100644 --- a/spec/arel/algebra/unit/relations/order_spec.rb +++ b/spec/arel/algebra/unit/relations/order_spec.rb @@ -6,7 +6,7 @@ module Arel @relation = Table.new(:users) @attribute = @relation[:id] end - + describe "#==" do it "returns true when the Orders are for the same attribute and direction" do Ascending.new(@attribute).should == Ascending.new(@attribute) -- cgit v1.2.3