Duplicated Ruby snippet sel

This commit is contained in:
Vladimir Rybas 2013-06-29 08:42:22 +07:00
parent 7ddc89a575
commit 9573b83de4

View File

@ -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} }