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:
authorDaniel Danner <daniel@danner.de>2019-07-13 16:29:47 +0300
committerStan Hu <stanhu@gmail.com>2019-07-13 16:29:47 +0300
commit0b2ccbcc52af0023a6f2799c79a59599952393d2 (patch)
treeeab8a2f67aecc026ab58435e93a52fffe3acbd5c /spec/models/project_spec.rb
parent6005208e39bb0d7dcca3101ea9daa09d62c6c656 (diff)
Fix typo "beetween" in timeout validation message
Diffstat (limited to 'spec/models/project_spec.rb')
-rw-r--r--spec/models/project_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/project_spec.rb b/spec/models/project_spec.rb
index 1bc092fa41a..927c072be10 100644
--- a/spec/models/project_spec.rb
+++ b/spec/models/project_spec.rb
@@ -213,7 +213,7 @@ describe Project do
.only_integer
.is_greater_than_or_equal_to(10.minutes)
.is_less_than(1.month)
- .with_message('needs to be beetween 10 minutes and 1 month')
+ .with_message('needs to be between 10 minutes and 1 month')
end
it 'does not allow new projects beyond user limits' do