From afcfe97517f6c0c872c0eb79fc505cf85b1a3e74 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 28 Jul 2010 13:55:22 -0700 Subject: speed up method lookup and reduce API footprint --- spec/algebra/unit/primitives/attribute_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') diff --git a/spec/algebra/unit/primitives/attribute_spec.rb b/spec/algebra/unit/primitives/attribute_spec.rb index d030e60a4c..08d32614a1 100644 --- a/spec/algebra/unit/primitives/attribute_spec.rb +++ b/spec/algebra/unit/primitives/attribute_spec.rb @@ -7,7 +7,7 @@ module Arel @attribute = @relation[:id] end - describe Attribute::Transformations do + describe 'Attribute::Transformations' do describe '#as' do it "manufactures an aliased attributed" do @attribute.as(:alias).should == Attribute.new(@relation, @attribute.name, :alias => :alias, :ancestor => @attribute) -- cgit v1.2.3