From 6514e0dae1e446cb24275dc9f6732ce0d0a07f99 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Mon, 2 Nov 2009 10:18:01 -0800 Subject: [PATCH] space --- test/partial_test.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/partial_test.rb b/test/partial_test.rb index 706f6772..ce64be3e 100644 --- a/test/partial_test.rb +++ b/test/partial_test.rb @@ -2,7 +2,6 @@ require 'helper' class PartialTest < Test::Unit::TestCase - def test_view_partial assert_equal <<-end_partial.strip, ViewPartial.render

Welcome