Two Column User View

This commit is contained in:
Robin Ward
2013-10-10 12:48:26 -04:00
parent f81b2dc3f2
commit dd63e6d28f
16 changed files with 570 additions and 710 deletions

View File

@ -5,8 +5,8 @@ test("Activity Streams", function() {
var streamTest = function(url) {
visit(url).then(function() {
ok(exists(".user-heading"), "The heading is rendered");
ok(exists("#user-activity"), "The activity is rendered");
ok(exists(".user-main"), "The main content is rendered");
ok(exists(".user-navigation"), "The navigation is rendered");
});
};