From 13df3e5aadae04b322bff4cb0279b299e2c92a41 Mon Sep 17 00:00:00 2001 From: David Gay Date: Mon, 30 Oct 2023 02:00:16 -0400 Subject: Start and view runs --- test/controllers/runs_controller_test.rb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/controllers/runs_controller_test.rb (limited to 'test/controllers/runs_controller_test.rb') diff --git a/test/controllers/runs_controller_test.rb b/test/controllers/runs_controller_test.rb new file mode 100644 index 0000000..fc14be9 --- /dev/null +++ b/test/controllers/runs_controller_test.rb @@ -0,0 +1,4 @@ +require "test_helper" + +class RunsControllerTest < ActionDispatch::IntegrationTest +end -- cgit v1.2.3