summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional')
-rw-r--r--test/functional/bugs_controller_test.rb20
-rw-r--r--test/functional/comments_controller_test.rb20
2 files changed, 0 insertions, 40 deletions
diff --git a/test/functional/bugs_controller_test.rb b/test/functional/bugs_controller_test.rb
index 4637e04..428da4c 100644
--- a/test/functional/bugs_controller_test.rb
+++ b/test/functional/bugs_controller_test.rb
@@ -1,24 +1,4 @@
require 'test_helper'
class BugsControllerTest < 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 destroy" do
- get :destroy
- assert_response :success
- end
-
- test "should get show" do
- get :show
- assert_response :success
- end
-
end
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