From 56f5841d4b9c12296cdfcaeff174b2627d59afc8 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 7 Dec 2024 11:49:49 -0500 Subject: Migrate to full rails app --- test/dummy/config.ru | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 test/dummy/config.ru (limited to 'test/dummy/config.ru') diff --git a/test/dummy/config.ru b/test/dummy/config.ru deleted file mode 100644 index f7ba0b5..0000000 --- a/test/dummy/config.ru +++ /dev/null @@ -1,5 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require_relative 'config/environment' - -run Rails.application -- cgit 1.4.1