From 6e685729a64cd675d47ef567838469a63b711ea8 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Tue, 4 Oct 2016 07:27:31 -0700 Subject: [PATCH] Fix test setup for assertion --- features/profile.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/profile.feature b/features/profile.feature index b101281..2b36e25 100644 --- a/features/profile.feature +++ b/features/profile.feature @@ -31,7 +31,7 @@ Feature: Basic profile usage Scenario: Trailingslash provided URL to avoid canonical redirect Given a WP install - When I run `wp profile hook setup_theme --url=example.com` + When I run `wp profile hook setup_theme --url=example.com --fields=callback,time` Then STDERR should be empty And STDOUT should be a table containing rows: | callback | time |