Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-09-18 16:20:32 +0300
committerValery Sizov <vsv2711@gmail.com>2015-09-18 18:02:29 +0300
commit600d6eeff326fe42e4074b4bb963fc10e401c6f5 (patch)
treeb0fec65930d39ef2bda1c0fc535d1aada43f5b0a /spec/models/project_services/buildkite_service_spec.rb
parent1eb3dde45b55afb723954e577b7bd12946aeb3ca (diff)
Fix CI status in the MR page
Diffstat (limited to 'spec/models/project_services/buildkite_service_spec.rb')
-rw-r--r--spec/models/project_services/buildkite_service_spec.rb14
1 files changed, 0 insertions, 14 deletions
diff --git a/spec/models/project_services/buildkite_service_spec.rb b/spec/models/project_services/buildkite_service_spec.rb
index 9445d96c337..230807ea672 100644
--- a/spec/models/project_services/buildkite_service_spec.rb
+++ b/spec/models/project_services/buildkite_service_spec.rb
@@ -63,19 +63,5 @@ describe BuildkiteService do
)
end
end
-
- describe :builds_page do
- it 'returns the correct path to the builds page' do
- expect(@service.builds_path).to eq(
- 'https://buildkite.com/account-name/example-project/builds?branch=default-brancho'
- )
- end
- end
-
- describe :status_img_path do
- it 'returns the correct path to the status image' do
- expect(@service.status_img_path).to eq('https://badge.buildkite.com/secret-sauce-status-token.svg')
- end
- end
end
end