Add ruby snippets for "it { should respond_to :method }"
This commit is contained in:
parent
fbfc3d2a84
commit
3f956a0f48
@ -1066,3 +1066,7 @@ snippet ishro
|
|||||||
it { should have_readonly_attribute :${1} }
|
it { should have_readonly_attribute :${1} }
|
||||||
snippet iss
|
snippet iss
|
||||||
it { should serialize :${1} }
|
it { should serialize :${1} }
|
||||||
|
snippet isres
|
||||||
|
it { should respond_to :${1} }
|
||||||
|
snippet isresw
|
||||||
|
it { should respond_to(:${1}).with(${2}).arguments }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user