@@ -73,7 +73,10 class RepositoriesSubversionControllerTest < ActionController::TestCase | |||
|
73 | 73 | assert_response :success |
|
74 | 74 | assert_template 'show' |
|
75 | 75 | assert_not_nil assigns(:entries) |
|
76 | assert_equal ['[folder_with_brackets]', 'folder', '.project', 'helloworld.c', 'textfile.txt'], | |
|
76 | assert_equal [ | |
|
77 | '[folder_with_brackets]', 'folder', '.project', | |
|
78 | 'helloworld.c', 'textfile.txt' | |
|
79 | ], | |
|
77 | 80 |
|
|
78 | 81 | entry = assigns(:entries).detect {|e| e.name == 'helloworld.c'} |
|
79 | 82 | assert_equal 'file', entry.kind |
General Comments 0
You need to be logged in to leave comments.
Login now