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_json.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 spec/fixtures/requests/oembed_json.html (limited to 'spec/fixtures/requests/oembed_json.html') diff --git a/spec/fixtures/requests/oembed_json.html b/spec/fixtures/requests/oembed_json.html new file mode 100644 index 000000000..773a4f92a --- /dev/null +++ b/spec/fixtures/requests/oembed_json.html @@ -0,0 +1,7 @@ + + + + + + + -- cgit