Skip to content

Instantly share code, notes, and snippets.

@kiote
Created August 31, 2011 10:09
Show Gist options
  • Save kiote/1183232 to your computer and use it in GitHub Desktop.
Save kiote/1183232 to your computer and use it in GitHub Desktop.
it "should get followers count" do
VCR.use_cassette('twi_followers_count') do
MyModel.followers_count(@user).should == 3
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment