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