Add aggregate_failures snippet for rspec
This commit is contained in:
parent
f8739670e9
commit
99d6cbfa0f
@ -723,3 +723,7 @@ snippet iiexp
|
||||
it { is_expected.to ${0} }
|
||||
snippet iiexpn
|
||||
it { is_expected.not_to ${0} }
|
||||
snippet agg
|
||||
aggregate_failures '${1:message}' do
|
||||
${0}
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user