Add ruby snippets for "it { should respond_to :method }"

This commit is contained in:
Iuri Fernandes 2013-07-05 11:15:59 -03:00
parent fbfc3d2a84
commit 3f956a0f48

View File

@ -1066,3 +1066,7 @@ snippet ishro
it { should have_readonly_attribute :${1} }
snippet iss
it { should serialize :${1} }
snippet isres
it { should respond_to :${1} }
snippet isresw
it { should respond_to(:${1}).with(${2}).arguments }