require 'test_helper' class VotingControllerTest < ActionController::TestCase test "should get vote" do get :vote assert_response :success end end