From 9e595a1e891565567e352a5faa701be795f7dc3d Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Fri, 14 May 2010 23:28:11 -0700 Subject: [PATCH] Fix a failing test case. --- features/command_line.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features/command_line.feature b/features/command_line.feature index 93bf2e6b..48f9bc6d 100644 --- a/features/command_line.feature +++ b/features/command_line.feature @@ -158,8 +158,10 @@ Feature: Command Line | watch | And I should see the following "other" commands: | config | + | frameworks | | grid-img | | help | + | imports | | install | | interactive | | stats |