mirror of
https://github.com/github/rails.git
synced 2026-01-09 14:48:08 -05:00
Remove space from the test name [#1953 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
This commit is contained in:
committed by
Pratik Naik
parent
7ed2e6c463
commit
b1d41bdfb0
@@ -33,7 +33,7 @@ class ActionController::TestSessionTest < ActiveSupport::TestCase
|
||||
assert_equal('value', session[:key])
|
||||
end
|
||||
|
||||
def test_calling_delete_removes item
|
||||
def test_calling_delete_removes_item
|
||||
session = ActionController::TestSession.new
|
||||
session[:key] = 'value'
|
||||
assert_equal('value', session[:key])
|
||||
|
||||
Reference in New Issue
Block a user