Fix ruby super_call snippet

There was no tab in the beginning of the line and snippet wasn't
working.
This commit is contained in:
Bruno Sutic 2013-08-17 13:14:05 -07:00
parent 3c2517d7c7
commit 0f452a4875

View File

@ -1075,4 +1075,4 @@ snippet isres
snippet isresw snippet isresw
it { should respond_to(:${1}).with(${2}).arguments } it { should respond_to(:${1}).with(${2}).arguments }
snippet super_call snippet super_call
${1:super_class}.instance_method(:${2:method}).bind(self).call ${1:super_class}.instance_method(:${2:method}).bind(self).call