mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-05 23:21:31 +00: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:
parent
bc2d89c54b
commit
3873964150
@ -56,7 +56,7 @@ class IssueStatusTest < ActiveSupport::TestCase
|
||||
def test_destroy_status_in_use
|
||||
# Status assigned to an Issue
|
||||
status = Issue.find(1).status
|
||||
assert_raise(RuntimeError, "Cannot delete status") { status.destroy }
|
||||
assert_raise(RuntimeError, "Cannot delete status") {status.destroy}
|
||||
end
|
||||
|
||||
def test_new_statuses_allowed_to
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user