aboutsummaryrefslogtreecommitdiffstats
path: root/spec/arel/algebra/unit/relations/order_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/arel/algebra/unit/relations/order_spec.rb')
-rw-r--r--spec/arel/algebra/unit/relations/order_spec.rb2
1 files changed, 1 insertions, 1 deletions
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)