Fix WARNINGS flag inside guides/Rakefile

This commit is contained in:
Jade Misenas 2015-07-29 20:00:58 -04:00
parent ff47e45d14
commit 7fb8a7e57c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ namespace :guides do
desc "Generate HTML guides"
task :html do
ENV["WARN_BROKEN_LINKS"] = "1" # authors can't disable this
ENV["WARNINGS"] = "1" # authors can't disable this
ruby "rails_guides.rb"
end