aboutsummaryrefslogtreecommitdiffstats
path: root/spec/relations/relation_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/relations/relation_spec.rb')
-rw-r--r--spec/relations/relation_spec.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/relations/relation_spec.rb b/spec/relations/relation_spec.rb
index 6c2c2b8611..db4b6b8775 100644
--- a/spec/relations/relation_spec.rb
+++ b/spec/relations/relation_spec.rb
@@ -30,10 +30,6 @@ describe Relation do
it "manufactures a range relation when given a range" do
@relation1[1..2].should == RangeRelation.new(@relation1, 1..2)
end
-
- it "raises an error if the named attribute is not part of the relation" do
- pending
- end
end
describe Relation, '#include?' do
@@ -43,10 +39,6 @@ describe Relation do
end
describe Relation, '#project' do
- it "only allows projecting attributes in the relation" do
- pending
- end
-
it "collapses identical projections" do
pending
end