summaryrefslogtreecommitdiff
path: root/spec/models/project_services/buildbox_service_spec.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-03-20 22:42:32 +0000
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-03-20 22:42:32 +0000
commit5738afdb12162683f12b4fce8a4d6646ddca9c60 (patch)
tree9ac3ad5a9eb5a8ee89bbb04f23208ffd612ba918 /spec/models/project_services/buildbox_service_spec.rb
parent9f9fed4fa2446edfdc2295fa1e910e9ed09ca677 (diff)
parente5fe14b2fb6590e71c7853d38ff74f32bc6b4ed4 (diff)
downloadgitlab-ce-5738afdb12162683f12b4fce8a4d6646ddca9c60.tar.gz
Merge branch 'link_to_ci_with_ref' into 'master'
Link to CI with ref gitlab/gitlab-ci#162 !!! Should be merged simultaneously with https://dev.gitlab.org/gitlab/gitlab-ci/merge_requests/129 See merge request !1638
Diffstat (limited to 'spec/models/project_services/buildbox_service_spec.rb')
-rw-r--r--spec/models/project_services/buildbox_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/project_services/buildbox_service_spec.rb b/spec/models/project_services/buildbox_service_spec.rb
index 39d7df54cf0..fcbf3e45b9a 100644
--- a/spec/models/project_services/buildbox_service_spec.rb
+++ b/spec/models/project_services/buildbox_service_spec.rb
@@ -59,7 +59,7 @@ describe BuildboxService do
describe :build_page do
it 'returns the correct build page' do
- expect(@service.build_page('2ab7834c')).to eq(
+ expect(@service.build_page('2ab7834c', nil)).to eq(
'https://buildbox.io/account-name/example-project/builds?commit=2ab7834c'
)
end