|
46 | 46 | $stderr.string.must_equal('') |
47 | 47 | $stdout.string.gsub(/\s+\n/,"\n").must_equal(<<-EXPECTED) |
48 | 48 | Available providers: default(0) git(10) git_old(11) yaml(20) env(30) |
49 | | -Available checks : before_all ci coffeelint common console_log csslint debugger gemfile_path go jshint jslint json local merge_conflict migration nb_space pry rails rspec_focus rubocop ruby ruby_symbol_hashrockets scss_lint tabs whitespace yaml |
| 49 | +Available checks : #{available_checks} |
50 | 50 | Default checks : common rails |
51 | 51 | Enabled checks : common rails |
52 | 52 | Evaluated checks : tabs nb_space whitespace merge_conflict debugger pry local jshint console_log migration |
|
77 | 77 | $stderr.string.must_equal('') |
78 | 78 | $stdout.string.gsub(/\s+\n/,"\n").must_equal(<<-EXPECTED) |
79 | 79 | Available providers: default(0) git(10) git_old(11) yaml(20) env(30) |
80 | | -Available checks : before_all ci coffeelint common console_log csslint debugger gemfile_path go jshint jslint json local merge_conflict migration nb_space pry rails rspec_focus rubocop ruby ruby_symbol_hashrockets scss_lint tabs whitespace yaml |
| 80 | +Available checks : #{available_checks} |
81 | 81 | Default checks : common rails |
82 | 82 | Enabled checks : common rails |
83 | 83 | Evaluated checks : tabs nb_space merge_conflict debugger pry local jshint console_log migration |
|
99 | 99 | $stderr.string.must_equal('') |
100 | 100 | $stdout.string.gsub(/\s+\n/,"\n").must_equal(<<-EXPECTED) |
101 | 101 | Available providers: default(0) git(10) git_old(11) yaml(20) env(30) |
102 | | -Available checks : before_all ci coffeelint common console_log csslint debugger gemfile_path go jshint jslint json local merge_conflict migration nb_space pry rails rspec_focus rubocop ruby ruby_symbol_hashrockets scss_lint tabs whitespace yaml |
| 102 | +Available checks : #{available_checks} |
103 | 103 | Default checks : common rails |
104 | 104 | Enabled checks : common rails |
105 | 105 | Evaluated checks : tabs nb_space merge_conflict debugger pry local jshint console_log migration |
|
121 | 121 | $stderr.string.must_equal('') |
122 | 122 | $stdout.string.gsub(/\s+\n/,"\n").must_equal(<<-EXPECTED) |
123 | 123 | Available providers: default(0) git(10) git_old(11) yaml(20) env(30) |
124 | | -Available checks : before_all ci coffeelint common console_log csslint debugger gemfile_path go jshint jslint json local merge_conflict migration nb_space pry rails rspec_focus rubocop ruby ruby_symbol_hashrockets scss_lint tabs whitespace yaml |
| 124 | +Available checks : #{available_checks} |
125 | 125 | Default checks : common rails |
126 | 126 | Enabled checks : common rails |
127 | 127 | Evaluated checks : tabs nb_space whitespace merge_conflict debugger pry local jshint console_log migration |
|
0 commit comments