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:
parent
3c2517d7c7
commit
0f452a4875
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user