Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-12-03 16:01:30 +0300
committerShinya Maeda <shinya@gitlab.com>2018-12-03 16:01:30 +0300
commit45a5ed6d024a8066937885da1ce18446f5e02316 (patch)
tree929794cfe429b66ab167848ef42b2dbd88cd087a /spec/models/prometheus_metric_spec.rb
parentbec4740f30425aa7d0db30c7afa846a151091c2a (diff)
fix wording
Diffstat (limited to 'spec/models/prometheus_metric_spec.rb')
-rw-r--r--spec/models/prometheus_metric_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/prometheus_metric_spec.rb b/spec/models/prometheus_metric_spec.rb
index f7d9edc8ca1..1737c498359 100644
--- a/spec/models/prometheus_metric_spec.rb
+++ b/spec/models/prometheus_metric_spec.rb
@@ -3,7 +3,7 @@
require 'spec_helper'
describe PrometheusMetric do
- it_behaves_like 'Unique enum values'
+ it_behaves_like 'having unique enum values'
subject { build(:prometheus_metric) }
let(:other_project) { build(:project) }