mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
remove spaces inside {} of test/unit/issue_status_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20383 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -56,7 +56,7 @@ class IssueStatusTest < ActiveSupport::TestCase
|
|||||||
def test_destroy_status_in_use
|
def test_destroy_status_in_use
|
||||||
# Status assigned to an Issue
|
# Status assigned to an Issue
|
||||||
status = Issue.find(1).status
|
status = Issue.find(1).status
|
||||||
assert_raise(RuntimeError, "Cannot delete status") { status.destroy }
|
assert_raise(RuntimeError, "Cannot delete status") {status.destroy}
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_new_statuses_allowed_to
|
def test_new_statuses_allowed_to
|
||||||
|
|||||||
Reference in New Issue
Block a user