ditch welcome controller

This commit is contained in:
Kiara Grouwstra 2021-12-07 23:47:33 +01:00
parent 6c9dd83de5
commit e1c0306062
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
require 'test_helper'
class WelcomeControllerTest < ActionDispatch::IntegrationTest
test "should get index" do
get welcome_index_url
assert_response :success
end
test "should get join" do
get welcome_join_url
assert_response :success
end
test "should get users" do
get welcome_users_url
assert_response :success
end
end