test/connection_test.rb in rsolr-ext-0.9.6.5 vs test/connection_test.rb in rsolr-ext-0.10.0
- old
+ new
@@ -16,10 +16,10 @@
end
test 'the #find method with a custom request handler' do
connection = RSolr::Ext.connect
response = connection.find '/select', :q=>'*:*'
- assert response.adapter_response[:path]=~/\/select/
+ assert response.raw[:path]=~/\/select/
end
test 'the response' do
connection = RSolr::Ext.connect
response = connection.find :q=>'*:*'
\ No newline at end of file