File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
spec/bitbucket_rest_api/repos Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 )
1313 end
1414
15- it 'makes a GET request for all pull requests belonging to the repo' do
15+ it 'makes a GET request for all default reviewers belonging to the repo' do
1616 subject . list ( 'mock_user' , 'mock_repo' )
1717 end
1818 end
2727 )
2828 end
2929
30- it 'makes a GET request for all pull requests belonging to the repo ' do
30+ it 'makes a GET request for a default reviewer by username ' do
3131 subject . get ( 'mock_user' , 'mock_repo' , 'mock_reviewer' )
3232 end
3333 end
4242 )
4343 end
4444
45- it 'makes a GET request for all pull requests belonging to the repo ' do
45+ it 'makes a PUT request to add the new reviewer to the default reviewers list ' do
4646 subject . add ( 'mock_user' , 'mock_repo' , 'mock_reviewer' )
4747 end
4848 end
5757 )
5858 end
5959
60- it 'makes a GET request for all pull requests belonging to the repo ' do
60+ it 'makes a DELETE request to remove a reviewer from the list ' do
6161 subject . remove ( 'mock_user' , 'mock_repo' , 'mock_reviewer' )
6262 end
6363 end
You can’t perform that action at this time.
0 commit comments