From 90347db36520038ef361e3c9d935b7ff1c920400 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Tue, 27 Jul 2010 21:00:24 -0700 Subject: fixing spec case for method lookup improvement --- spec/algebra/unit/primitives/attribute_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/algebra') diff --git a/spec/algebra/unit/primitives/attribute_spec.rb b/spec/algebra/unit/primitives/attribute_spec.rb index 092eeeb2f8..d030e60a4c 100644 --- a/spec/algebra/unit/primitives/attribute_spec.rb +++ b/spec/algebra/unit/primitives/attribute_spec.rb @@ -74,7 +74,7 @@ module Arel end end - describe Attribute::Predications do + describe 'Attribute::Predications' do before do @attribute = Attribute.new(@relation, :name) end -- cgit v1.2.3