summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2017-08-31 03:36:15 +0900
committerShinya Maeda <shinya@gitlab.com>2017-09-05 14:30:28 +0900
commitb1af1f268b97c8518bf2806bca48f49174a8aead (patch)
tree46871ac6c42841ebd7424888b178d19e36e57c94 /spec
parentdcf09d11447c264f4b4028ea80eea2be913c2f5b (diff)
downloadgitlab-ce-b1af1f268b97c8518bf2806bca48f49174a8aead.tar.gz
Fix enum wording
Diffstat (limited to 'spec')
-rw-r--r--spec/requests/api/runner_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/api/runner_spec.rb b/spec/requests/api/runner_spec.rb
index 23c2e7aa978..48220058c88 100644
--- a/spec/requests/api/runner_spec.rb
+++ b/spec/requests/api/runner_spec.rb
@@ -634,7 +634,7 @@ describe API::Runner do
update_job(state: 'failed')
expect(job.reload.status).to eq 'failed'
- expect(job).to be_failed_by_failed_job_state
+ expect(job).to be_failed_by_job_state
end
end