summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-05-02 14:27:24 -0700
committerStan Hu <stanhu@gmail.com>2019-05-02 21:30:43 -0700
commitdd03e745572dcbfafbff198fd2ef813fb65f3420 (patch)
tree964eaed4763302f71b2020e615d8a28fa8e1fbc6
parenta5520fa5d64abf96407fd473c5caea969687ebe9 (diff)
downloadgitlab-ce-dd03e745572dcbfafbff198fd2ef813fb65f3420.tar.gz
Fix typo caused by bad conflict resolution
-rw-r--r--spec/models/project_statistics_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/project_statistics_spec.rb b/spec/models/project_statistics_spec.rb
index 914f0c2394c..d25a417d72d 100644
--- a/spec/models/project_statistics_spec.rb
+++ b/spec/models/project_statistics_spec.rb
@@ -124,7 +124,7 @@ describe ProjectStatistics do
end
describe '.increment_statistic' do
- shared_examples 'a statistic that also increases storage_size' do
+ shared_examples 'a statistic that increases storage_size' do
it 'increases the statistic by that amount' do
expect { described_class.increment_statistic(project.id, stat, 13) }
.to change { statistics.reload.send(stat) || 0 }