aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/safe_buffer_test.rb
diff options
context:
space:
mode:
authorRafael Mendonça França <rafael.franca@plataformatec.com.br>2012-01-04 12:39:28 -0300
committerRafael Mendonça França <rafael.franca@plataformatec.com.br>2012-01-04 12:39:28 -0300
commit38b9fbf1d98febed449a152b2098deccea48603a (patch)
treea9954af80150e4a37ea36a684519f7401cc06d0d /activesupport/test/safe_buffer_test.rb
parent8752223fe6cef29db649c6478e5a77d2b0533223 (diff)
downloadrails-38b9fbf1d98febed449a152b2098deccea48603a.tar.gz
rails-38b9fbf1d98febed449a152b2098deccea48603a.tar.bz2
rails-38b9fbf1d98febed449a152b2098deccea48603a.zip
Whitespaces :scissors:
Diffstat (limited to 'activesupport/test/safe_buffer_test.rb')
-rw-r--r--activesupport/test/safe_buffer_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/safe_buffer_test.rb b/activesupport/test/safe_buffer_test.rb
index c7a4c9f7e8..8d9911ea01 100644
--- a/activesupport/test/safe_buffer_test.rb
+++ b/activesupport/test/safe_buffer_test.rb
@@ -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