Skip to content

Commit

Permalink
Remove space from the test name [#1953 state:resolved]
Browse files Browse the repository at this point in the history
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
  • Loading branch information
Mike Gunderloy authored and lifo committed Feb 12, 2009
1 parent 7ed2e6c commit b1d41bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/test/controller/session/test_session_test.rb
Expand Up @@ -33,7 +33,7 @@ def test_setting_session_item_sets_item
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])
Expand Down

0 comments on commit b1d41bd

Please sign in to comment.