From 9573b83de48300ce3fba0c34ea3817e61065383b Mon Sep 17 00:00:00 2001 From: Vladimir Rybas Date: Sat, 29 Jun 2013 08:42:22 +0700 Subject: [PATCH] Duplicated Ruby snippet `sel` --- snippets/ruby.snippets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/ruby.snippets b/snippets/ruby.snippets index 2c93448..cc2addc 100644 --- a/snippets/ruby.snippets +++ b/snippets/ruby.snippets @@ -1032,7 +1032,7 @@ snippet see it { should ensure_exclusion_of :${1} } snippet sei it { should ensure_inclusion_of :${1} } -snippet sel +snippet itsel it { should ensure_length_of :${1} } snippet sva it { should validate_acceptance_of :${1} }