Commit 435740b8a261e664ba021536690395b4313846f3
1 parent
446e920a
Exists in
spb-stable
and in
2 other branches
Fixup for HoundCI.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
spec/requests/api/repositories_spec.rb
| @@ -33,7 +33,7 @@ describe API::API, api: true do | @@ -33,7 +33,7 @@ describe API::API, api: true do | ||
| 33 | json_response.first['name'].should == 'v1.0.0' | 33 | json_response.first['name'].should == 'v1.0.0' |
| 34 | json_response['commit']['id'].should == '621491c677087aa243f165eab467bfdfbee00be1' | 34 | json_response['commit']['id'].should == '621491c677087aa243f165eab467bfdfbee00be1' |
| 35 | end | 35 | end |
| 36 | - it "should deny for user without push access" do | 36 | + it 'should deny for user without push access' do |
| 37 | post api("/projects/#{project.id}/repository/tags", user2), | 37 | post api("/projects/#{project.id}/repository/tags", user2), |
| 38 | tag_name: 'v1.0.0', | 38 | tag_name: 'v1.0.0', |
| 39 | ref: '621491c677087aa243f165eab467bfdfbee00be1' | 39 | ref: '621491c677087aa243f165eab467bfdfbee00be1' |