Prefer "stringify" over "stringize".

Akinori MUSHA преди 10 години
родител
ревизия
2db902a316
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      spec/concerns/liquid_interpolatable_spec.rb

+ 1 - 1
spec/concerns/liquid_interpolatable_spec.rb

@@ -54,7 +54,7 @@ describe LiquidInterpolatable::Filters do
54 54
       }
55 55
     end
56 56
 
57
-    it 'should stringize a non-string operand' do
57
+    it 'should stringify a non-string operand' do
58 58
       @filter.to_xpath_roundtrip(nil).should == ''
59 59
       @filter.to_xpath_roundtrip(1).should == '1'
60 60
     end