Skip to content

Commit 3c00613

Browse files
authored
Merge pull request #374 from iainbeeston/re-enable-test-warnings
Re-enabled test warnings
2 parents 6db001b + 49c1c73 commit 3c00613

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Rakefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ end
2121

2222
Rake::TestTask.new do |t|
2323
t.libs << "."
24-
# disabled warnings because addressable 2.4 has lots of them
25-
t.warning = false
24+
t.warning = true
2625
t.verbose = true
2726
t.test_files = FileList.new('test/*_test.rb')
2827
end

0 commit comments

Comments
 (0)