@@ -2329,7 +2329,7 class IssuesControllerTest < ActionController::TestCase | |||||
2329 | assert_redirected_to '/projects/ecookbook/issues' |
|
2329 | assert_redirected_to '/projects/ecookbook/issues' | |
2330 | end |
|
2330 | end | |
2331 |
|
2331 | |||
2332 |
def test_bulk_copy_should_allow_not_changing_the |
|
2332 | def test_bulk_copy_should_allow_not_changing_the_issue_attributes | |
2333 | @request.session[:user_id] = 2 |
|
2333 | @request.session[:user_id] = 2 | |
2334 | issue_before_move = Issue.find(1) |
|
2334 | issue_before_move = Issue.find(1) | |
2335 | assert_difference 'Issue.count', 1 do |
|
2335 | assert_difference 'Issue.count', 1 do |
General Comments 0
You need to be logged in to leave comments.
Login now