From b325d4a658bd884d2d10b832032296e9e28bcc24 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Thu, 20 Apr 2017 14:51:38 +0200 Subject: Add test that asserts unicorns terminate --- config/routes/test.rb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 config/routes/test.rb (limited to 'config/routes/test.rb') diff --git a/config/routes/test.rb b/config/routes/test.rb new file mode 100644 index 00000000000..ac477cdbbbc --- /dev/null +++ b/config/routes/test.rb @@ -0,0 +1,2 @@ +get '/unicorn_test/pid' => 'unicorn_test#pid' +post '/unicorn_test/kill' => 'unicorn_test#kill' -- cgit v1.2.1