Skip to content

Commit

Permalink
Enable warnings in autotest (like rake test)
Browse files Browse the repository at this point in the history
  • Loading branch information
drbrain committed Nov 25, 2014
1 parent 92c1816 commit 8bba5b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .autotest
Expand Up @@ -2,6 +2,7 @@ require 'autotest/restart'

Autotest.add_hook :run_command do |_, cmd|
system "#{Gem.ruby} -rubygems #{Gem.bin_path 'rake', 'rake'} generate"
cmd.sub! ' -e ', ' -we '
cmd.sub! "'minitest'", "'minitest', '~> 4.7'"
end

Expand Down

0 comments on commit 8bba5b5

Please sign in to comment.