sample_rails_tailwind/test/controllers/sessions_controller_test.rb

9 lines
171 B
Ruby
Raw Permalink Normal View History

2025-01-01 15:44:50 +08:00
require "test_helper"
class SessionsControllerTest < ActionDispatch::IntegrationTest
test "should get new" do
get login_path
assert_response :success
end
end