File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -57,15 +57,15 @@ Feature: Manage Cap
5757 """
5858 observe
5959 """
60- Then STDOUT should not contain:
60+ And STDOUT should not contain:
6161 """
6262 detect
6363 """
64- Then STDOUT should not contain:
64+ And STDOUT should not contain:
6565 """
6666 discover
6767 """
68- Then STDOUT should not contain:
68+ And STDOUT should not contain:
6969 """
7070 examine
7171 """
@@ -83,15 +83,15 @@ Feature: Manage Cap
8383 """
8484 observe,true
8585 """
86- Then STDOUT should contain:
86+ And STDOUT should contain:
8787 """
8888 detect,false
8989 """
90- Then STDOUT should contain:
90+ And STDOUT should contain:
9191 """
9292 discover,false
9393 """
94- Then STDOUT should contain:
94+ And STDOUT should contain:
9595 """
9696 examine,false
9797 """
@@ -141,7 +141,7 @@ Feature: Manage Cap
141141 """
142142 observe,true
143143 """
144- Then STDOUT should not contain:
144+ And STDOUT should not contain:
145145 """
146146 detect,false
147147 """
You can’t perform that action at this time.
0 commit comments