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

10 lines
216 B
Ruby

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