summaryrefslogtreecommitdiff
path: root/spec/serializers/runner_entity_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/serializers/runner_entity_spec.rb')
-rw-r--r--spec/serializers/runner_entity_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/serializers/runner_entity_spec.rb b/spec/serializers/runner_entity_spec.rb
index e864b52c0f2..39cac65c5ac 100644
--- a/spec/serializers/runner_entity_spec.rb
+++ b/spec/serializers/runner_entity_spec.rb
@@ -20,6 +20,7 @@ RSpec.describe RunnerEntity do
it 'contains required fields' do
expect(subject).to include(:id, :description)
expect(subject).to include(:edit_path)
+ expect(subject).to include(:short_sha)
end
end
end