Commit Graph

2 Commits

Author SHA1 Message Date
Haacked
ad4be39ea3 Clean up the Octokit.Reactive namespaces
Fixes #84
2013-10-18 22:26:36 -07:00
Haacked
3f5e561111 Add tests to verify current observable behavior
Right now, our observable methods are semi-cold. They don't make the
request until subscribed, but multiple subscriptions get the same
result. This is the way that Octokit.cocoa works.
2013-10-17 09:49:48 -07:00