diff --git a/features/cache.feature b/features/cache.feature index a92b599..8d72e9e 100644 --- a/features/cache.feature +++ b/features/cache.feature @@ -15,10 +15,10 @@ Feature: Manage oEmbed cache. """ Scenario: Clear oEmbed cache for a post - When I run `wp post-meta add 1 _oembed_foo 'bar'` + When I run `wp post meta add 1 _oembed_foo 'bar'` Then STDOUT should not be empty - When I run `wp post-meta get 1 _oembed_foo` + When I run `wp post meta get 1 _oembed_foo` Then STDOUT should be: """ bar