Remove duplicate spec

This commit is contained in:
Douwe Maan 2018-06-26 09:27:32 +00:00
parent 8c5eff29de
commit 7e9448b747
1 changed files with 0 additions and 6 deletions

View File

@ -181,12 +181,6 @@ describe API::Branches do
expect(json_response['can_push']).to eq(true)
end
it 'returns that the current user can push' do
get api(route, current_user)
expect(json_response['can_push']).to eq(true)
end
context 'when branch contains a dot' do
let(:branch_name) { branch_with_dot.name }