@@ -535,11 +535,11 class RepositoriesGitControllerTest < ActionController::TestCase | |||
|
535 | 535 | assert_select "th.line-num", :text => '1' do |
|
536 | 536 | assert_select "+ td.revision" do |
|
537 | 537 | assert_select "a", :text => '57ca437c' |
|
538 |
|
|
|
539 |
|
|
|
540 | :text => "test-#{@char_1}.txt" | |
|
541 | end | |
|
538 | assert_select "+ td.author", :text => "jsmith" do | |
|
539 | assert_select "+ td", | |
|
540 | :text => "test-#{@char_1}.txt" | |
|
542 | 541 | end |
|
542 | end | |
|
543 | 543 | end |
|
544 | 544 | end |
|
545 | 545 | end |
General Comments 0
You need to be logged in to leave comments.
Login now