diff options
Diffstat (limited to 'test/integration/api_test/versions_test.rb')
-rw-r--r-- | test/integration/api_test/versions_test.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/integration/api_test/versions_test.rb b/test/integration/api_test/versions_test.rb index f325d2c25..34416b68c 100644 --- a/test/integration/api_test/versions_test.rb +++ b/test/integration/api_test/versions_test.rb @@ -121,8 +121,4 @@ class ApiTest::VersionsTest < ActionController::IntegrationTest end end end - - def credentials(user, password=nil) - ActionController::HttpAuthentication::Basic.encode_credentials(user, password || user) - end end |