Commit 6762aa0d authored by Stan Hu's avatar Stan Hu

Fix tense of example description

parent 4160a8dd
......@@ -9,7 +9,7 @@ describe BitbucketServer::Paginator do
let(:paginator) { described_class.new(connection, 'http://more-data', :pull_request) }
let(:page_attrs) { { 'isLastPage' => false, 'nextPageStart' => 1 } }
it 'return items and raises StopIteration in the end' do
it 'returns items and raises StopIteration in the end' do
allow(paginator).to receive(:fetch_next_page).and_return(first_page)
expect(paginator.items).to match(['item_1'])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment