diff options
Diffstat (limited to 'spec/active_relation/relations/relation_spec.rb')
-rw-r--r-- | spec/active_relation/relations/relation_spec.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/active_relation/relations/relation_spec.rb b/spec/active_relation/relations/relation_spec.rb index e28487b373..91eabe485b 100644 --- a/spec/active_relation/relations/relation_spec.rb +++ b/spec/active_relation/relations/relation_spec.rb @@ -13,6 +13,10 @@ module ActiveRelation it "manufactures a range relation when given a range" do @relation1[1..2].should == Range.new(@relation1, 1..2) end + + it "needs to test attributes and names" do + pending + end end describe '#include?' do |