diff options
author | Rafael Mendonça França <rafael.franca@plataformatec.com.br> | 2012-01-04 12:39:28 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafael.franca@plataformatec.com.br> | 2012-01-04 12:39:28 -0300 |
commit | 38b9fbf1d98febed449a152b2098deccea48603a (patch) | |
tree | a9954af80150e4a37ea36a684519f7401cc06d0d /activesupport/test | |
parent | 8752223fe6cef29db649c6478e5a77d2b0533223 (diff) | |
download | rails-38b9fbf1d98febed449a152b2098deccea48603a.tar.gz rails-38b9fbf1d98febed449a152b2098deccea48603a.tar.bz2 rails-38b9fbf1d98febed449a152b2098deccea48603a.zip |
Whitespaces :scissors:
Diffstat (limited to 'activesupport/test')
-rw-r--r-- | activesupport/test/safe_buffer_test.rb | 2 |
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 |