require "test_helper" class AccountableSparklinesControllerTest < ActionDispatch::IntegrationTest setup do sign_in @user = users(:family_admin) end test "should get show for depository" do get accountable_sparkline_url("depository") assert_response :success end end