Files
turbovault-app/test/controllers/profiles_controller_test.rb
2026-03-28 19:24:29 -04:00

9 lines
179 B
Ruby

require "test_helper"
class ProfilesControllerTest < ActionDispatch::IntegrationTest
test "should get show" do
get profiles_show_url
assert_response :success
end
end