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