Commit a8f2977c authored by Sean Edge's avatar Sean Edge

More fixup for HoundCI. Fix up some small issues in docs.

parent 435740b8
...@@ -59,9 +59,9 @@ Parameters: ...@@ -59,9 +59,9 @@ Parameters:
"message": "Initial commit", "message": "Initial commit",
"authored_date": "2012-05-28T04:42:42-07:00", "authored_date": "2012-05-28T04:42:42-07:00",
"author_name": "John Smith", "author_name": "John Smith",
"author email": "john@example.com" "author email": "john@example.com",
"committer_name": "Jack Smith", "committer_name": "Jack Smith",
"committed_date": "2012-05-28T04:42:42-07:00" "committed_date": "2012-05-28T04:42:42-07:00",
"committer_email": "jack@example.com" "committer_email": "jack@example.com"
}, },
"protected": false "protected": false
......
...@@ -31,7 +31,8 @@ describe API::API, api: true do ...@@ -31,7 +31,8 @@ describe API::API, api: true do
response.status.should == 201 response.status.should == 201
json_response.first['name'].should == 'v1.0.0' json_response.first['name'].should == 'v1.0.0'
json_response['commit']['id'].should == '621491c677087aa243f165eab467bfdfbee00be1' json_response['commit']['id'].should ==
'621491c677087aa243f165eab467bfdfbee00be1'
end end
it 'should deny for user without push access' do it 'should deny for user without push access' do
post api("/projects/#{project.id}/repository/tags", user2), post api("/projects/#{project.id}/repository/tags", user2),
......
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