tiss2go/test/controllers/favorite/favorite_person_controller_test.rb
2020-04-21 18:06:07 +02:00

10 lines
214 B
Ruby

require 'test_helper'
class Favorite::FavoritePersonControllerTest < ActionDispatch::IntegrationTest
test "should get index" do
get favorite_favorite_person_index_url
assert_response :success
end
end