X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/08ca43a9196b53ae078f6f7737fa544dd2343923..58548f03d162cdb794b78aa272a7a3ebf1500f97:/test/functional/quickvote_controller_test.rb diff --git a/test/functional/quickvote_controller_test.rb b/test/functional/quickvote_controller_test.rb index d0b37d9..f2b0c2c 100644 --- a/test/functional/quickvote_controller_test.rb +++ b/test/functional/quickvote_controller_test.rb @@ -12,7 +12,11 @@ class QuickvoteControllerTest < Test::Unit::TestCase end # Replace this with your real tests. - def test_truth - assert true + def test_index + get :index + assert_response 302 + end + def test_create_quickvote + end end