diff options
author | Shinya Maeda <shinya@gitlab.com> | 2018-10-03 15:18:44 +0900 |
---|---|---|
committer | Shinya Maeda <shinya@gitlab.com> | 2018-10-03 15:18:44 +0900 |
commit | 64d1eabf86d1717d033b38a72b1b6563b8d001c7 (patch) | |
tree | 11c11e8fd5361f08121fb6123f92ad451663d312 /spec/serializers/pipeline_details_entity_spec.rb | |
parent | 137f74b56396bc8feee87ead9c827ccc0fb47cd2 (diff) | |
download | gitlab-ce-64d1eabf86d1717d033b38a72b1b6563b8d001c7.tar.gz |
Add spec for pipeline_details_entity_spec
Diffstat (limited to 'spec/serializers/pipeline_details_entity_spec.rb')
-rw-r--r-- | spec/serializers/pipeline_details_entity_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/serializers/pipeline_details_entity_spec.rb b/spec/serializers/pipeline_details_entity_spec.rb index 45e18086894..8e73a3e67c6 100644 --- a/spec/serializers/pipeline_details_entity_spec.rb +++ b/spec/serializers/pipeline_details_entity_spec.rb @@ -29,7 +29,7 @@ describe PipelineDetailsEntity do expect(subject[:details]) .to include :duration, :finished_at expect(subject[:details]) - .to include :stages, :artifacts, :manual_actions + .to include :stages, :artifacts, :manual_actions, :scheduled_actions expect(subject[:details][:status]).to include :icon, :favicon, :text, :label end |