@@ -77,12 +77,10 class RepositoriesGitControllerTest < ActionController::TestCase | |||
|
77 | 77 | |
|
78 | 78 | put :update, :id => repository.id, |
|
79 | 79 | :repository => { |
|
80 |
:extra_report_last_commit => '0' |
|
|
81 | :identifier => 'test-update', | |
|
80 | :extra_report_last_commit => '0' | |
|
82 | 81 | } |
|
83 | 82 | assert_response 302 |
|
84 | 83 | repo2 = Repository.find(repository.id) |
|
85 | assert_equal 'test-update', repo2.identifier | |
|
86 | 84 | assert_equal false, repo2.extra_report_last_commit |
|
87 | 85 | end |
|
88 | 86 |
General Comments 0
You need to be logged in to leave comments.
Login now