diff options
author | Kamil TrzciĆski <ayufan@ayufan.eu> | 2018-05-28 15:32:31 +0200 |
---|---|---|
committer | Dylan Griffith <dyl.griffith@gmail.com> | 2018-05-31 10:56:41 +0200 |
commit | c7f013f07106f7e5cc7c4e47608deab602f67d5d (patch) | |
tree | 43349554deec72de9db47074a12ac507923bdb98 /spec | |
parent | 2ccbe4fd341254c1d3146c81888881ace5f997c4 (diff) | |
download | gitlab-ce-c7f013f07106f7e5cc7c4e47608deab602f67d5d.tar.gz |
Fix `static-analysis` changes
Diffstat (limited to 'spec')
-rw-r--r-- | spec/models/ci/runner_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/ci/runner_spec.rb b/spec/models/ci/runner_spec.rb index b808eb84b58..19ceb9ae4f2 100644 --- a/spec/models/ci/runner_spec.rb +++ b/spec/models/ci/runner_spec.rb @@ -314,7 +314,7 @@ describe Ci::Runner do context 'a different runner' do let(:other_project) { create(:project) } let(:other_runner) { create(:ci_runner, :project, projects: [other_project], tag_list: tag_list, run_untagged: run_untagged) } - + it 'cannot handle builds' do expect(other_runner.can_pick?(build)).to be_falsey end |