From 4c9fcb34b68ba074e0ab1db92fbae9010cc14c5a Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Wed, 5 Nov 2014 15:17:21 +0000 Subject: Typo. git-svn-id: http://svn.redmine.org/redmine/trunk@13561 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/issues_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional') diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb index a21a468f2..414044d88 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -480,7 +480,7 @@ class IssuesControllerTest < ActionController::TestCase with_settings :default_language => 'en' do get :index, :format => 'csv', :c => %w(parent) end - lines = response.body.split + lines = response.body.split("\n") assert_include "#{child.id},#{parent.id}", lines end -- cgit v1.2.3