@@ -129,7 +129,8 class RepositoriesCvsControllerTest < ActionController::TestCase | |||
|
129 | 129 | def test_entry_download |
|
130 | 130 | @repository.fetch_changesets |
|
131 | 131 | @repository.reload |
|
132 |
get :entry, :id => PRJ_ID, :path => ['sources', 'watchers_controller.rb'], |
|
|
132 | get :entry, :id => PRJ_ID, :path => ['sources', 'watchers_controller.rb'], | |
|
133 | :format => 'raw' | |
|
133 | 134 | assert_response :success |
|
134 | 135 | end |
|
135 | 136 |
General Comments 0
You need to be logged in to leave comments.
Login now