summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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