# File tests/drivers/mock/api_test.rb, line 40
    def test_it_responses_to_html
      get_url '/api', {}, { :format => :html }
      last_response.status.should == 200
      Nokogiri::HTML(last_response.body).search('html').first.name.should == 'html'
    end