@@ -31,7 +31,6 class RepositoriesFilesystemControllerTest < ActionController::TestCase | |||
|
31 | 31 | def setup |
|
32 | 32 | @ruby19_non_utf8_pass = |
|
33 | 33 | (RUBY_VERSION >= '1.9' && Encoding.default_external.to_s != 'UTF-8') |
|
34 | ||
|
35 | 34 | @controller = RepositoriesController.new |
|
36 | 35 | @request = ActionController::TestRequest.new |
|
37 | 36 | @response = ActionController::TestResponse.new |
General Comments 0
You need to be logged in to leave comments.
Login now