janus/test/controllers/login_controller_test.rb

9 lines
175 B
Ruby

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