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