mirror of
https://github.com/samsonjs/instapaper.git
synced 2026-04-27 14:57:44 +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
|
.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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue