From 0ab4b26752c7949840f9168a7e8dc94226debd51 Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 9 May 2016 08:34:50 +0200 Subject: minor: cleanup debug message in test --- test/functional/v1/messages_controller_test.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/functional/v1/messages_controller_test.rb b/test/functional/v1/messages_controller_test.rb index 67f34a1..f37cca0 100644 --- a/test/functional/v1/messages_controller_test.rb +++ b/test/functional/v1/messages_controller_test.rb @@ -15,7 +15,6 @@ class V1::MessagesControllerTest < ActionController::TestCase login @user get :index, :locale => 'es' body = JSON.parse(response.body) - p body message1 = "

\"This\" is a very fine message. https://bitmask.net

\n" assert_equal 2, body.size, 'there should be two messages' assert_equal message1, body.first["text"], 'first message text should match files/motd/1.en.md' -- cgit v1.2.3