Skip to content
Snippets Groups Projects
  • Rob Sanheim's avatar
    5b8215a7
    Make https support really work: · 5b8215a7
    Rob Sanheim authored
      - need to set `use_ssl` to true
      - also cannot use `get_response` class method for https requests
      - add a smoke_test that calls out to google for real, to make sure
        things work end to end (not using test_helper for this, because it's invasive
        and opens code under test to do it's mocking)
      - add smoke_test to default test run
    5b8215a7
    History
    Make https support really work:
    Rob Sanheim authored
      - need to set `use_ssl` to true
      - also cannot use `get_response` class method for https requests
      - add a smoke_test that calls out to google for real, to make sure
        things work end to end (not using test_helper for this, because it's invasive
        and opens code under test to do it's mocking)
      - add smoke_test to default test run