File tree 2 files changed +0
-9
lines changed
2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -109,8 +109,6 @@ def define
109
109
desc @description
110
110
task @name => Array ( deps ) do
111
111
FileUtilsExt . verbose ( @verbose ) do
112
- puts "Use TESTOPTS=\" --verbose\" to pass --verbose" \
113
- ", etc. to runners." if ARGV . include? "--verbose"
114
112
args =
115
113
"#{ ruby_opts_string } #{ run_code } " +
116
114
"#{ file_list_string } #{ option_list } "
Original file line number Diff line number Diff line change @@ -422,13 +422,6 @@ def test_test_task_when_verbose_unless_verbose_passed_not_prompt_testopts
422
422
refute_match exp , @out
423
423
end
424
424
425
- def test_test_task_when_verbose_passed_prompts_testopts
426
- rakefile_test_task
427
- rake "--verbose" , "unit"
428
- exp = /TESTOPTS="--verbose" to pass --verbose/
429
- assert_match exp , @out
430
- end
431
-
432
425
def test_comment_before_task_acts_like_desc
433
426
rakefile_comments
434
427
You can’t perform that action at this time.
0 commit comments