@@ -151,9 +151,9 class RepositoriesCvsControllerTest < ActionController::TestCase | |||
|
151 | 151 | assert_response :success |
|
152 | 152 | assert_template 'diff' |
|
153 | 153 | assert_tag :tag => 'td', :attributes => { :class => 'line-code diff_out' }, |
|
154 |
:content => / |
|
|
154 | :content => /before_filter :require_login/ | |
|
155 | 155 | assert_tag :tag => 'td', :attributes => { :class => 'line-code diff_in' }, |
|
156 |
:content => /w |
|
|
156 | :content => /with one change/ | |
|
157 | 157 | end |
|
158 | 158 | |
|
159 | 159 | def test_diff_new_files |
General Comments 0
You need to be logged in to leave comments.
Login now