Replace soft tabs with hard ones.

Conforms to the snippet syntax in the rest of the file. 
Also resolves an error raised in UltiSnips referenced in https://github.com/SirVer/ultisnips/issues/233
This commit is contained in:
jake romer 2015-06-07 12:12:37 -04:00
parent 6737ed873d
commit d95d8e1999

View File

@ -724,10 +724,10 @@ snippet is
snippet isn
it { should_not ${0} }
snippet iexp
it { expect(${1:object}).${1} ${0} }
it { expect(${1:object}).${1} ${0} }
snippet iexpb
it { expect { ${1:object} }.${1} ${0} }
it { expect { ${1:object} }.${1} ${0} }
snippet iiexp
it { is_expected.to ${0} }
it { is_expected.to ${0} }
snippet iiexpn
it { is_expected.not_to ${0} }
it { is_expected.not_to ${0} }