stub_get_apps_exception

in spec/fetch_version_number_stubs.rb [44:49]


def stub_get_apps_exception
  success_json = JSON.parse(File.read("spec/fixtures/apps/valid_apps_response.json"))
  stub_request(:get, "https://api.appcenter.ms/v0.1/apps")
    .to_raise(Faraday::Error)
end