diff --git a/features/add-oembed-provider.feature b/features/add-oembed-provider.feature deleted file mode 100644 index 4ccfdde..0000000 --- a/features/add-oembed-provider.feature +++ /dev/null @@ -1,321 +0,0 @@ -Feature: Register and use custom oEmbed providers - - Background: - Given a WP install - And a filter-providers.php file: - """ - run_shortcode( "[embed]https://www.youtube.com/watch?v=dQw4w9WgXcQ[/embed]" );'` diff --git a/features/fetch.feature b/features/fetch.feature index 68ef353..ad2ee80 100644 --- a/features/fetch.feature +++ b/features/fetch.feature @@ -3,7 +3,6 @@ Feature: Manage oEmbed fetch. Background: Given a WP install - @require-wp-4.0 Scenario: Get HTML embed code for a given URL # Known provider not requiring discovery. When I run `wp embed fetch https://www.youtube.com/watch?v=dQw4w9WgXcQ --width=500` @@ -77,8 +76,6 @@ Feature: Manage oEmbed fetch.