Skip to content

Commit 3627a97

Browse files
committed
Change warning level from verbose to medium
Suppresses thousands of instance variable not initialized warnings from rdf-1.0.8 gem. NCBO-1725.
1 parent 0fe60df commit 3627a97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ require 'rake/testtask'
33
Rake::TestTask.new do |t|
44
t.libs = []
55
t.test_files = FileList['test/**/test*.rb']
6+
t.ruby_opts = ['-W1']
67
end
78

89
def clear_cache

0 commit comments

Comments
 (0)