aboutsummaryrefslogtreecommitdiffstats
path: root/spec/active_relation/unit
diff options
context:
space:
mode:
Diffstat (limited to 'spec/active_relation/unit')
-rw-r--r--spec/active_relation/unit/relations/compound_spec.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/active_relation/unit/relations/compound_spec.rb b/spec/active_relation/unit/relations/compound_spec.rb
index d271529998..e8fcd12e2c 100644
--- a/spec/active_relation/unit/relations/compound_spec.rb
+++ b/spec/active_relation/unit/relations/compound_spec.rb
@@ -21,13 +21,5 @@ module ActiveRelation
@compound_relation.attributes.should == @relation.attributes.collect { |a| a.bind(@compound_relation) }
end
end
-
- describe 'hashing' do
- it 'implements hash equality' do
- hash = {}
- hash[@compound_relation] = 1
- hash[ConcreteCompound.new(@relation)].should == 1
- end
- end
end
end \ No newline at end of file