diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/algebra/unit/primitives/attribute_spec.rb | 2 |
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 |