Navigation Menu

Skip to content

Commit

Permalink
Enable warnings on test
Browse files Browse the repository at this point in the history
Oh... We have many warnings...
  • Loading branch information
kou committed Apr 24, 2014
1 parent ac50666 commit fb23cf1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/unit/run-test.rb
Expand Up @@ -32,6 +32,10 @@
require "test/unit/notify"
require "test/unit/rr"

require "cool.io"

$VERBOSE = true

base_dir = File.expand_path(File.join(File.dirname(__FILE__), "..", ".."))
lib_dir = File.join(base_dir, "lib")
test_dir = File.join(base_dir, "test", "unit")
Expand Down

0 comments on commit fb23cf1

Please sign in to comment.