Complete spec coverage for `Ci::Config::Entry::Includes`
Ci::Config::Entry::Includes
has 86.67% spec coverage. Lines 20-22 should be covered by this issue:
20 if config.size > opt(:max_size)
21
22 errors.add(:config, "is too long (maximum is #{opt(:max_size)})")
Edited by Laura Montemayor