notebook/test/controllers/voting_controller_test.rb
2017-04-17 16:22:02 +01:00

10 lines
161 B
Ruby

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