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.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