diff options
| author | Felipe Artur <felipefac@gmail.com> | 2016-08-01 19:31:21 -0300 |
|---|---|---|
| committer | Felipe Artur <felipefac@gmail.com> | 2016-08-31 20:53:24 -0300 |
| commit | b9c604d84009be1d76ca21679696cccfe42e157b (patch) | |
| tree | 5a86f37b68a71a4e68a5a58a4ec3a08c540bde7d /spec/requests/git_http_spec.rb | |
| parent | e71cd7a300017cf85e16de3b1c68fdb25c3a4b4d (diff) | |
| download | gitlab-ce-issue_19734.tar.gz | |
Project tools visibility levelissue_19734
Diffstat (limited to 'spec/requests/git_http_spec.rb')
| -rw-r--r-- | spec/requests/git_http_spec.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/requests/git_http_spec.rb b/spec/requests/git_http_spec.rb index afaf4b7cefb..9ca3b021aa2 100644 --- a/spec/requests/git_http_spec.rb +++ b/spec/requests/git_http_spec.rb @@ -289,7 +289,8 @@ describe 'Git HTTP requests', lib: true do let(:project) { FactoryGirl.create :empty_project } before do - project.update_attributes(runners_token: token, builds_enabled: true) + project.update_attributes(runners_token: token) + project.project_feature.update_attributes(builds_access_level: ProjectFeature::ENABLED) end it "downloads get status 200" do |
