aboutsummaryrefslogtreecommitdiffstats
path: root/spec/algebra
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-07-27 21:00:24 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-07-27 21:00:24 -0700
commit90347db36520038ef361e3c9d935b7ff1c920400 (patch)
tree7b5f175c028b0a2b2502677d4f9b3e0663506eb9 /spec/algebra
parent9e2a02d397ce05539cb409013934a7c0bca06d41 (diff)
downloadrails-90347db36520038ef361e3c9d935b7ff1c920400.tar.gz
rails-90347db36520038ef361e3c9d935b7ff1c920400.tar.bz2
rails-90347db36520038ef361e3c9d935b7ff1c920400.zip
fixing spec case for method lookup improvement
Diffstat (limited to 'spec/algebra')
-rw-r--r--spec/algebra/unit/primitives/attribute_spec.rb2
1 files changed, 1 insertions, 1 deletions
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