cosmo0920 / windows-pr

A collection of Windows functions, constants and macros predefined for you for win32-api
23 stars 9 forks source link

Suppress warnings #16

Closed cosmo0920 closed 8 years ago

cosmo0920 commented 8 years ago

Appveyor CI complains the following warnings:

Warning: you should require 'minitest/autorun' instead. 
Warning: or add 'gem "minitest"' before 'require "minitest/autorun"' 
From:
  C:/projects/windows-pr/test/helper.rb:1:in `require'
  C:/projects/windows-pr/test/helper.rb:1:in `<top (required)>'
  C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/rake-11.2.2/lib/rake/rake_test_loader.rb:15:in `require'
  C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/rake-11.2.2/lib/rake/rake_test_loader.rb:15:in `block in <main>'
  C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/rake-11.2.2/lib/rake/rake_test_loader.rb:4:in `select'
  C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/rake-11.2.2/lib/rake/rake_test_loader.rb:4:in `<main>' 
MiniTest::Unit::TestCase is now Minitest::Test. From C:/projects/windows-pr/test/tc_clipboard.rb:9:in `<top (required)>'
...
(snip)
...
MiniTest::Unit::TestCase is now Minitest::Test. From C:/projects/windows-pr/test/tc_wsa.rb:9:in `<top (required)>' 

We should suppress them.

cosmo0920 commented 8 years ago

I'll send another PR to prepare releasing new version soon.