summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/comments_controller_test.rb')
-rw-r--r--test/functional/comments_controller_test.rb20
1 files changed, 0 insertions, 20 deletions
diff --git a/test/functional/comments_controller_test.rb b/test/functional/comments_controller_test.rb
index fd4d589..b4c996b 100644
--- a/test/functional/comments_controller_test.rb
+++ b/test/functional/comments_controller_test.rb
@@ -1,24 +1,4 @@
require 'test_helper'
class CommentsControllerTest < ActionController::TestCase
- test "should get new" do
- get :new
- assert_response :success
- end
-
- test "should get create" do
- get :create
- assert_response :success
- end
-
- test "should get show" do
- get :show
- assert_response :success
- end
-
- test "should get destroy" do
- get :destroy
- assert_response :success
- end
-
end