Guest User

Untitled

a guest
Jan 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. it "should get followers count" do
  2. VCR.use_cassette('twi_followers_count') do
  3. MyModel.followers_count(@user).should == 3
  4. end
  5. end
Add Comment
Please, Sign In to add comment