# File tests/drivers/mock/instance_states_test.rb, line 64
    def test_it_responses_to_png
      get_url '/api/instance_states', { :format => 'png' }
      last_response.status.should == 200
      last_response.headers['Content-Type'].should =~ /^image\/png/
    end