spec/lib/query/allocation_spec.rb in picky-4.5.3 vs spec/lib/query/allocation_spec.rb in picky-4.5.4
- old
+ new
@@ -7,16 +7,16 @@
@index = stub :index, :result_identifier => :some_result_identifier, :backend => @backend
@combinations = stub :combinations, :empty? => false
@allocation = described_class.new @index, @combinations
end
- describe "hash" do
- it "delegates to the combinations" do
- @combinations.should_receive(:hash).once.with
-
- @allocation.hash
- end
- end
+ # describe "hash" do
+ # it "delegates to the combinations" do
+ # @combinations.should_receive(:hash).once.with
+ #
+ # @allocation.hash
+ # end
+ # end
describe "to_s" do
before(:each) do
@combinations.stub! :to_result => 'combinations_result'
end
\ No newline at end of file