From 00d7237f66878c8499b13fbf65ff853ffd9f9222 Mon Sep 17 00:00:00 2001 From: Alex Young Date: Wed, 21 Nov 2012 09:26:12 +0000 Subject: [PATCH] Remove an errant debug output from test_happy_path.rb --- tests/acceptance/test_happy_path.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/acceptance/test_happy_path.rb b/tests/acceptance/test_happy_path.rb index 0819074..64d053e 100644 --- a/tests/acceptance/test_happy_path.rb +++ b/tests/acceptance/test_happy_path.rb @@ -153,7 +153,6 @@ class TestHappyPath < Test::Unit::TestCase i += 1 end end - p i end end