From a2479577739bc137ba9b005a9d0c85a8d71034a6 Mon Sep 17 00:00:00 2001 From: Masataka Pocke Kuwabara Date: Mon, 10 Jun 2019 20:47:21 +0900 Subject: [PATCH] Enable test with ruby/spec --- lib/cli.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/cli.rb b/lib/cli.rb index 07d0c87..3f9d4bc 100644 --- a/lib/cli.rb +++ b/lib/cli.rb @@ -5,9 +5,10 @@ class CLI 'tric/trick2015', 'tric/trick2018', + # ruby/spec has many edge cases + 'ruby/spec', + # TODO: Enable the following repositories - # # ruby/spec has many edge cases - # 'ruby/spec', # # Test on RuboCop itself. # 'rubocop-hq/rubocop', # # They have really large code base.