tiss2go/test/controllers/login_controller_test.rb

10 lines
176 B
Ruby

require 'test_helper'
class LoginControllerTest < ActionDispatch::IntegrationTest
test "should get index" do
get login_index_url
assert_response :success
end
end