diff options
-rw-r--r-- | test/functional/configs_controller_with_static_tokens_test.rb (renamed from test/functional/token_auth_test.rb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/token_auth_test.rb b/test/functional/configs_controller_with_static_tokens_test.rb index 53d5fb3..79739fe 100644 --- a/test/functional/token_auth_test.rb +++ b/test/functional/configs_controller_with_static_tokens_test.rb @@ -3,9 +3,9 @@ # via static configured tokens. # -require_relative '../test_helper' +require 'test_helper' -class TokenAuthTest < ActionController::TestCase +class ConfigsControllerWithStaticTokensTest < ActionController::TestCase tests V1::ConfigsController def test_login_via_api_token |