From 36c8cb43ffc2d1bc217cadf4341aa4b0ea6df992 Mon Sep 17 00:00:00 2001
From: Aaron Patterson <aaron.patterson@gmail.com>
Date: Tue, 20 Jul 2010 14:33:49 -0700
Subject: a short inspect is not helpful

---
 spec/algebra/unit/primitives/attribute_spec.rb  | 6 ------
 spec/algebra/unit/primitives/expression_spec.rb | 6 ------
 2 files changed, 12 deletions(-)

(limited to 'spec/algebra')

diff --git a/spec/algebra/unit/primitives/attribute_spec.rb b/spec/algebra/unit/primitives/attribute_spec.rb
index f734cc9c38..092eeeb2f8 100644
--- a/spec/algebra/unit/primitives/attribute_spec.rb
+++ b/spec/algebra/unit/primitives/attribute_spec.rb
@@ -7,12 +7,6 @@ module Arel
       @attribute = @relation[:id]
     end
 
-    describe "#inspect" do
-      it "returns a simple, short inspect string" do
-        @attribute.inspect.should == "<Attribute id>"
-      end
-    end
-
     describe Attribute::Transformations do
       describe '#as' do
         it "manufactures an aliased attributed" do
diff --git a/spec/algebra/unit/primitives/expression_spec.rb b/spec/algebra/unit/primitives/expression_spec.rb
index ac932ed139..483817f735 100644
--- a/spec/algebra/unit/primitives/expression_spec.rb
+++ b/spec/algebra/unit/primitives/expression_spec.rb
@@ -7,12 +7,6 @@ module Arel
       @attribute = @relation[:id]
     end
 
-    describe "#inspect" do
-      it "returns a simple, short inspect string" do
-        @attribute.count.inspect.should == "<Arel::Count <Attribute id>>"
-      end
-    end
-
     describe Expression::Transformations do
       before do
         @expression = Count.new(@attribute)
-- 
cgit v1.2.3