Merge pull request #694 from ToruIwashita/master
Add aggregate_failures snippet for rspec
This commit is contained in:
commit
c2ffea6a91
@ -723,3 +723,7 @@ snippet iiexp
|
|||||||
it { is_expected.to ${0} }
|
it { is_expected.to ${0} }
|
||||||
snippet iiexpn
|
snippet iiexpn
|
||||||
it { is_expected.not_to ${0} }
|
it { is_expected.not_to ${0} }
|
||||||
|
snippet agg
|
||||||
|
aggregate_failures '${1:message}' do
|
||||||
|
${0}
|
||||||
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user