mirror of
https://github.com/redmine/redmine.git
synced 2025-11-09 14:56:01 +01:00
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
This commit is contained in:
@@ -289,7 +289,7 @@ class Redmine::ApiTest::ProjectsTest < Redmine::ApiTest::Base
|
|||||||
end
|
end
|
||||||
|
|
||||||
test "DELETE /projects/:id.xml should delete the project" do
|
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')
|
delete '/projects/2.xml', :headers => credentials('admin')
|
||||||
end
|
end
|
||||||
assert_response :no_content
|
assert_response :no_content
|
||||||
|
|||||||
Reference in New Issue
Block a user