1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Whitespaces ✂️

This commit is contained in:
Rafael Mendonça França 2012-01-04 12:39:28 -03:00
parent 8752223fe6
commit 38b9fbf1d9

View file

@ -109,7 +109,7 @@ class SafeBufferTest < ActiveSupport::TestCase
@buffer.safe_concat "BUSTED"
end
end
test "should not fail if the returned object is not a string" do
assert_kind_of NilClass, @buffer.slice("chipchop")
end