1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix typo in test desctiption [skip ci]

This commit is contained in:
Anton Davydov 2016-01-04 00:11:03 +03:00
parent 41ed6e90b1
commit 7d74b73a06

View file

@ -100,7 +100,7 @@ class HttpBasicAuthenticationTest < ActionController::TestCase
assert_no_match(/\n/, result)
end
test "succesful authentication with uppercase authorization scheme" do
test "successful authentication with uppercase authorization scheme" do
@request.env['HTTP_AUTHORIZATION'] = "BASIC #{::Base64.encode64("lifo:world")}"
get :index