summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2011-08-26 18:04:41 +0200
committerAlex Legler <alex@a3li.li>2011-08-26 18:04:41 +0200
commit791a882c049b9f7ed3d39cdf54d6a0a2976acc12 (patch)
tree2c6d0abc6547e2d4fa6c5400cfa966aa2ca275da /test/functional/bugs_controller_test.rb
parentUse proper CamelCase for all CVE related models to adhere to rails standards (diff)
downloadglsamaker-791a882c049b9f7ed3d39cdf54d6a0a2976acc12.tar.gz
glsamaker-791a882c049b9f7ed3d39cdf54d6a0a2976acc12.tar.bz2
glsamaker-791a882c049b9f7ed3d39cdf54d6a0a2976acc12.zip
Migrate tests to rails 3
Diffstat (limited to 'test/functional/bugs_controller_test.rb')
-rw-r--r--test/functional/bugs_controller_test.rb20
1 files changed, 0 insertions, 20 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