This commit is contained in:
stve 2015-08-30 22:44:46 -04:00
parent 09f39c2715
commit 83a44a6737

View file

@ -15,7 +15,7 @@ describe Instapaper::Client::Bookmarks do
.to have_been_made .to have_been_made
end end
it 'returns an Instappaer::BookmarkList on success' do it 'returns an Instapaper::BookmarkList on success' do
list = client.bookmarks list = client.bookmarks
expect(list).to be_an Instapaper::BookmarkList expect(list).to be_an Instapaper::BookmarkList
end end