Skip to content

Commit

Permalink
Prefer "stringify" over "stringize".
Browse files Browse the repository at this point in the history
  • Loading branch information
knu committed Sep 2, 2014
1 parent 23f04ef commit 2db902a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/concerns/liquid_interpolatable_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def @filter.to_xpath_roundtrip(string)
}
end

it 'should stringize a non-string operand' do
it 'should stringify a non-string operand' do
@filter.to_xpath_roundtrip(nil).should == ''
@filter.to_xpath_roundtrip(1).should == '1'
end
Expand Down

0 comments on commit 2db902a

Please sign in to comment.