From e674608d10e3c0381d2e8172580b36eb553b5279 Mon Sep 17 00:00:00 2001 From: "Akihiko Odaki (@fn_aki@pawoo.net)" Date: Sun, 4 Jun 2017 21:59:40 +0900 Subject: A minor change for ProviderDiscovery and spec (#3543) * Do not default the format in ProviderDiscovery The format should be determined when discovering, as it is in the current implementation, and it is a flaw if it is not determined. * Spec ProviderDiscovery --- spec/fixtures/requests/oembed_undiscoverable.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 spec/fixtures/requests/oembed_undiscoverable.html (limited to 'spec/fixtures/requests/oembed_undiscoverable.html') diff --git a/spec/fixtures/requests/oembed_undiscoverable.html b/spec/fixtures/requests/oembed_undiscoverable.html new file mode 100644 index 000000000..a4acdc47a --- /dev/null +++ b/spec/fixtures/requests/oembed_undiscoverable.html @@ -0,0 +1,5 @@ + + + + + -- cgit