Skip to content

Commit

Permalink
Whitespaces ✂️
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Mendonça França committed Jan 4, 2012
1 parent 8752223 commit 38b9fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/test/safe_buffer_test.rb
Expand Up @@ -109,7 +109,7 @@ def setup
@buffer.safe_concat "BUSTED" @buffer.safe_concat "BUSTED"
end end
end end

test "should not fail if the returned object is not a string" do test "should not fail if the returned object is not a string" do
assert_kind_of NilClass, @buffer.slice("chipchop") assert_kind_of NilClass, @buffer.slice("chipchop")
end end
Expand Down

0 comments on commit 38b9fbf

Please sign in to comment.