]> git.openstreetmap.org Git - rails.git/commitdiff
Rename integration login test
authorAnton Khorev <tony29@yandex.ru>
Sun, 27 Apr 2025 02:54:29 +0000 (05:54 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sun, 27 Apr 2025 02:55:03 +0000 (05:55 +0300)
Make way for UserLoginTest in system tests because there are already existing UserSignupTest and UserLogoutTest.

test/integration/login_test.rb [moved from test/integration/user_login_test.rb with 99% similarity]

similarity index 99%
rename from test/integration/user_login_test.rb
rename to test/integration/login_test.rb
index a7301233d9eb2b37a9c78ca2b296bc6119c87504..2b7a851ad4fa1a3e9770861869fdc2b1372445b4 100644 (file)
@@ -1,6 +1,6 @@
 require "test_helper"
 
-class UserLoginTest < ActionDispatch::IntegrationTest
+class LoginTest < ActionDispatch::IntegrationTest
   def setup
     OmniAuth.config.test_mode = true
   end