Skip to content

Commit

Permalink
Always disable verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
drbrain committed Jul 23, 2011
1 parent deba031 commit 88d0dd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def setup

Rake.application = Rake::Application.new
Rake::TaskManager.record_task_metadata = true
RakeFileUtils.verbose_flag = false
end

def teardown
Expand Down
1 change: 0 additions & 1 deletion test/test_rake_functional.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def test_rake_error_on_bad_task

rake '-t', 'xyz'

puts @err
assert_match(/rake aborted/, @err)
end

Expand Down

0 comments on commit 88d0dd5

Please sign in to comment.