tiss2go/test/controllers/people_controller_test.rb
Tobias Eidelpes c62dd16d8d Add boilerplate for controllers and routes
Signed-off-by: Tobias Eidelpes <tobias@eidelpes.info>
2020-04-04 16:33:36 +02:00

8 lines
138 B
Ruby

require 'test_helper'
class PeopleControllerTest < ActionDispatch::IntegrationTest
# test "the truth" do
# assert true
# end
end