summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2023-10-30 02:00:16 -0400
committerDavid Gay <eapoems@riseup.net>2023-10-30 02:03:52 -0400
commit13df3e5aadae04b322bff4cb0279b299e2c92a41 (patch)
treeb5d586ac7ce2d0e748012cc3bb16ec18976a302c /test
parent818a106338b6924024809698915b1114bbc202d7 (diff)
Start and view runs
Diffstat (limited to 'test')
-rw-r--r--test/controllers/runs_controller_test.rb4
1 files changed, 4 insertions, 0 deletions
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