Pattern: Malformed context
block description
Issue: -
context
block descriptions should start with 'when', or 'with'.
'without' Prefixes: - when - with - without - if
# bad
context 'the display name not present' do
# ...
end
# good
context 'when the display name is not present' do
# ...
end
Name | Default value | Configurable values |
---|---|---|
Prefixes | when , with , without |
Array |