Sprankelprachtig aan/afmeldsysteem

dashboard_controller_test.rb 181B

123456789
  1. require 'test_helper'
  2. class DashboardControllerTest < ActionDispatch::IntegrationTest
  3. test "should get home" do
  4. get dashboard_home_url
  5. assert_response :success
  6. end
  7. end