test/twitterland/tweet_meme_test.rb in twitterland-0.4.5 vs test/twitterland/tweet_meme_test.rb in twitterland-0.4.6
- old
+ new
@@ -1,7 +1,6 @@
class TweetMemeTest < Test::Unit::TestCase
- include Twitterland
-
+
context "When hitting the Core API" do
should "display details for a url" do
stub_get('http://api.tweetmeme.com/url_info.json?url=http%3A%2F%2Ftweetcongress.org', 'tweet_meme_url_info.json')
info = Twitterland::TweetMeme.url_info('http://tweetcongress.org')
\ No newline at end of file