summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-11-18 12:09:36 +0100
committerJames Lopez <james@jameslopez.es>2016-11-18 12:09:36 +0100
commit0aa477884c6ac3298f79f62e08e63294d81735a3 (patch)
tree9f76e777270f1d1abcc0cf8e1c2a9e06fa874bc8
parentcb353d655bd8802c14a1e12e0fe78a1f7cc2e4ed (diff)
downloadgitlab-ce-0aa477884c6ac3298f79f62e08e63294d81735a3.tar.gz
fix small typo
-rw-r--r--spec/lib/gitlab/cycle_analytics/build_updater_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/cycle_analytics/build_updater_spec.rb b/spec/lib/gitlab/cycle_analytics/build_updater_spec.rb
index 8e461f6c6ea..70886d7b453 100644
--- a/spec/lib/gitlab/cycle_analytics/build_updater_spec.rb
+++ b/spec/lib/gitlab/cycle_analytics/build_updater_spec.rb
@@ -4,7 +4,7 @@ describe Gitlab::CycleAnalytics::BuildUpdater do
let(:build) { create(:ci_build) }
let(:events) { [{ 'id' => build.id }] }
- it 'maps the correct user' do
+ it 'maps the correct build' do
described_class.update!(events)
expect(events.first['build']).to eq(build)