Files
vault171/test/controllers/dashboard_controller_test.rb
David Böhm 44d019b4b5
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / system-test (push) Has been cancelled
Added Items and Dashboard
2026-05-22 03:52:54 +02:00

8 lines
141 B
Ruby

require "test_helper"
class DashboardControllerTest < ActionDispatch::IntegrationTest
# test "the truth" do
# assert true
# end
end