Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/about_controller_test.rb')
-rw-r--r--test/functional/about_controller_test.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/about_controller_test.rb b/test/functional/about_controller_test.rb
index 4d55be82..34c43a27 100644
--- a/test/functional/about_controller_test.rb
+++ b/test/functional/about_controller_test.rb
@@ -3,10 +3,8 @@
require "test_helper"
class AboutControllerTest < ActionController::TestCase
-
test "should get index" do
get :index
assert_response :success
end
-
end