Fix observable tests

This commit is contained in:
pltaylor
2013-11-05 11:53:20 -05:00
parent dcb0abe156
commit a239af8249
4 changed files with 31 additions and 29 deletions
@@ -11,6 +11,7 @@ namespace Octokit.Reactive
/// http://developer.github.com/v3/activity/events/#list-public-events
/// </remarks>
/// <returns>All the public <see cref="Activity"/>s for the particular user.</returns>
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
IObservable<Activity> GetAll();
/// <summary>