summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2020-08-07 12:42:59 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2020-08-07 12:42:59 +0000
commitd8733f7fe45fa9e97439908a2b490bf72e9df4a3 (patch)
tree6b6a2d45d0bbdc705d3fed06ca64a87039e2f83a /test/integration/api_test
parent4ed0f0c34571dd3dc547cf99a42d939db8b92fef (diff)
downloadredmine-d8733f7fe45fa9e97439908a2b490bf72e9df4a3.tar.gz
redmine-d8733f7fe45fa9e97439908a2b490bf72e9df4a3.zip
add space after comma to test/integration/api_test/projects_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19950 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration/api_test')
-rw-r--r--test/integration/api_test/projects_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/api_test/projects_test.rb b/test/integration/api_test/projects_test.rb
index ae975e5d7..cd336c51c 100644
--- a/test/integration/api_test/projects_test.rb
+++ b/test/integration/api_test/projects_test.rb
@@ -289,7 +289,7 @@ class Redmine::ApiTest::ProjectsTest < Redmine::ApiTest::Base
end
test "DELETE /projects/:id.xml should delete the project" do
- assert_difference('Project.count',-1) do
+ assert_difference('Project.count', -1) do
delete '/projects/2.xml', :headers => credentials('admin')
end
assert_response :no_content