Duplicated Ruby snippet sel
This commit is contained in:
parent
7ddc89a575
commit
9573b83de4
@ -1032,7 +1032,7 @@ snippet see
|
|||||||
it { should ensure_exclusion_of :${1} }
|
it { should ensure_exclusion_of :${1} }
|
||||||
snippet sei
|
snippet sei
|
||||||
it { should ensure_inclusion_of :${1} }
|
it { should ensure_inclusion_of :${1} }
|
||||||
snippet sel
|
snippet itsel
|
||||||
it { should ensure_length_of :${1} }
|
it { should ensure_length_of :${1} }
|
||||||
snippet sva
|
snippet sva
|
||||||
it { should validate_acceptance_of :${1} }
|
it { should validate_acceptance_of :${1} }
|
||||||
|
Loading…
Reference in New Issue
Block a user