mirror of
https://github.com/samsonjs/instapaper.git
synced 2026-03-28 09:25:49 +00:00
fix typo
This commit is contained in:
parent
09f39c2715
commit
83a44a6737
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ describe Instapaper::Client::Bookmarks do
|
|||
.to have_been_made
|
||||
end
|
||||
|
||||
it 'returns an Instappaer::BookmarkList on success' do
|
||||
it 'returns an Instapaper::BookmarkList on success' do
|
||||
list = client.bookmarks
|
||||
expect(list).to be_an Instapaper::BookmarkList
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue