Files
gitlabhq/spec
Grzegorz Bizon d9ca84015c Add first custom validator for new ci config
This follows a standard `ActiveModel` pattern of creating a custom
validators. We use `ActiveModel::EachValidator` here that reuses methods
provided by `LegacyValidationHelpers`.

We will remove `LegacyValidationHelpers` on some point in the future, at
the later stages of CI configuration refactoring. It may be possible
to rewrite custom validators to use format like:

`validates :config, array_of: String`
2016-06-17 12:06:48 +02:00
..
2016-06-14 13:18:14 +02:00
2016-06-14 13:18:14 +02:00
2016-05-12 16:39:03 -05:00
2016-05-31 19:33:46 -03:00