From 985dd284dcc4714071fd13de0a87da3f96d11273 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 25 Jan 2013 17:37:24 -0800 Subject: [PATCH] :lipstick: --- spec/app/select-list-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/app/select-list-spec.coffee b/spec/app/select-list-spec.coffee index 88b7990a8..a39c4a128 100644 --- a/spec/app/select-list-spec.coffee +++ b/spec/app/select-list-spec.coffee @@ -166,7 +166,7 @@ describe "SelectList", -> expect(selectList.detach).toHaveBeenCalled() describe "the core:move-to-top event", -> - it "scrolls to the bottom and selects the last element", -> + it "scrolls to the top and selects the first element", -> selectList.trigger 'core:move-down' expect(list.find('li:eq(1)')).toHaveClass 'selected' selectList.trigger 'core:move-to-top'