# File tests/drivers/mock/api_test.rb, line 86
    def test_it_respond_to_head
      head '/api/instances'
      last_response.headers['Allow'].should_not == nil
      last_response.headers['Allow'].split(',').include?('HEAD').should == true
    end