aboutsummaryrefslogtreecommitdiffstats
path: root/spec/relations/projection_relation_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/relations/projection_relation_spec.rb')
-rw-r--r--spec/relations/projection_relation_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/relations/projection_relation_spec.rb b/spec/relations/projection_relation_spec.rb
index eb74b5cedf..149669c5b2 100644
--- a/spec/relations/projection_relation_spec.rb
+++ b/spec/relations/projection_relation_spec.rb
@@ -17,7 +17,7 @@ describe ProjectionRelation do
end
describe '#qualify' do
- it "manufactures a projection relation with qualified attributes and qualified relation" do
+ it "distributes over teh relation and attributes" do
ProjectionRelation.new(@relation1, @attribute1).qualify. \
should == ProjectionRelation.new(@relation1.qualify, @attribute1.qualify)
end