Remove the ScrollTop Mixin

This commit is contained in:
Robin Ward
2016-11-10 14:35:53 -05:00
parent 0904ad5537
commit a94f06ff78
20 changed files with 77 additions and 95 deletions

View File

@ -28,5 +28,6 @@ test("Root URL - Viewing Self", () => {
andThen(() => {
ok($('body.user-summary-page').length, "has the body class");
equal(currentPath(), 'user.summary', "it defaults to summary");
ok(exists('.container.viewing-self'), "has the viewing-self class");
});
});