Show topics as a list of topics on the User Stream.

This commit is contained in:
Robin Ward
2013-07-24 17:15:21 -04:00
parent 3f5ea1ef79
commit 0317cf9608
57 changed files with 743 additions and 650 deletions

View File

@ -6,7 +6,7 @@ test("Activity Streams", function() {
var streamTest = function(url) {
visit(url).then(function() {
ok(exists(".user-heading"), "The heading is rendered");
ok(exists("#user-stream"), "The stream is rendered");
ok(exists("#user-activity"), "The activity is rendered");
});
};