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:
authorShinya Maeda <shinya@gitlab.com>2017-08-30 21:36:15 +0300
committerShinya Maeda <shinya@gitlab.com>2017-09-05 08:30:28 +0300
commitb1af1f268b97c8518bf2806bca48f49174a8aead (patch)
tree46871ac6c42841ebd7424888b178d19e36e57c94 /spec/requests/api
parentdcf09d11447c264f4b4028ea80eea2be913c2f5b (diff)
Fix enum wording
Diffstat (limited to 'spec/requests/api')
-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