summaryrefslogtreecommitdiff
path: root/spec/serializers/build_action_entity_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/serializers/build_action_entity_spec.rb')
-rw-r--r--spec/serializers/build_action_entity_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/serializers/build_action_entity_spec.rb b/spec/serializers/build_action_entity_spec.rb
index 383704572b1..0f7be8b2c39 100644
--- a/spec/serializers/build_action_entity_spec.rb
+++ b/spec/serializers/build_action_entity_spec.rb
@@ -10,8 +10,8 @@ describe BuildActionEntity do
describe '#as_json' do
subject { entity.as_json }
- it 'contains humanized build name' do
- expect(subject[:name]).to eq 'Test build'
+ it 'contains original build name' do
+ expect(subject[:name]).to eq 'test_build'
end
it 'contains path to the action play' do