Sprankelprachtig aan/afmeldsysteem

me_controller_test.rb 159B

12345678910
  1. require 'test_helper'
  2. module Api
  3. class MeControllerTest < ActionDispatch::IntegrationTest
  4. # test "the truth" do
  5. # assert true
  6. # end
  7. end
  8. end