Remove $VERBOSE = nil from tasks.rb

Permanently setting $VERBOSE to nil causes unwanted side effects (warnings generated by app code are
silenced when triggered by a rake task but visible otherwise). silence_warnings {} would be safer to
use here since it resets $VERBOSE back to what it was when the block finishes.
This commit is contained in:
Tyler Rick 2013-07-25 11:54:24 -07:00
parent fb97a7d87b
commit 9affba83f5
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
$VERBOSE = nil
# Load Rails Rakefile extensions
%w(
annotations