@@ -277,8 +277,6 class IssueTest < ActiveSupport::TestCase | |||||
277 | assert_equal IssueCategory.find(1).assigned_to, issue.assigned_to |
|
277 | assert_equal IssueCategory.find(1).assigned_to, issue.assigned_to | |
278 | end |
|
278 | end | |
279 |
|
279 | |||
280 |
|
||||
281 |
|
||||
282 | def test_new_statuses_allowed_to |
|
280 | def test_new_statuses_allowed_to | |
283 | Workflow.delete_all |
|
281 | Workflow.delete_all | |
284 |
|
282 | |||
@@ -913,7 +911,6 class IssueTest < ActiveSupport::TestCase | |||||
913 | assert_equal 2, groups.inject(0) {|sum, group| sum + group['total'].to_i} |
|
911 | assert_equal 2, groups.inject(0) {|sum, group| sum + group['total'].to_i} | |
914 | end |
|
912 | end | |
915 |
|
913 | |||
916 |
|
||||
917 | context ".allowed_target_projects_on_move" do |
|
914 | context ".allowed_target_projects_on_move" do | |
918 | should "return all active projects for admin users" do |
|
915 | should "return all active projects for admin users" do | |
919 | User.current = User.find(1) |
|
916 | User.current = User.find(1) |
General Comments 0
You need to be logged in to leave comments.
Login now