Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions features/cap.feature
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ Feature: Manage Cap
"""
observe
"""
Then STDOUT should not contain:
And STDOUT should not contain:
"""
detect
"""
Then STDOUT should not contain:
And STDOUT should not contain:
"""
discover
"""
Then STDOUT should not contain:
And STDOUT should not contain:
"""
examine
"""
Expand All @@ -83,15 +83,15 @@ Feature: Manage Cap
"""
observe,true
"""
Then STDOUT should contain:
And STDOUT should contain:
"""
detect,false
"""
Then STDOUT should contain:
And STDOUT should contain:
"""
discover,false
"""
Then STDOUT should contain:
And STDOUT should contain:
"""
examine,false
"""
Expand Down Expand Up @@ -141,7 +141,7 @@ Feature: Manage Cap
"""
observe,true
"""
Then STDOUT should not contain:
And STDOUT should not contain:
"""
detect,false
"""
Expand Down